0
Hello,
How am I able to do what I did in the image below using photoshop not coding ???
making the navigation bar in 2 rows due to my template design
How am I able to do what I did in the image below using photoshop not coding ???
making the navigation bar in 2 rows due to my template design
Responses (4)
-
Accepted Answer
0well, well... that will require some code hacking! are you a programmer? if you are not, you better don't try this...
if you are: the function that prints out the letter bar is at file /components/com_mucol/helpers/helpers.php, quite at the beginning
just take a look at it, what you have to do is basically add some "right" class at the N letter, and also add some BR html element over there...
ONLY PROGRAMMERS!!!
kids don't try this at home! -
Accepted Answer
0germi wrote:
well, well... that will require some code hacking! are you a programmer? if you are not, you better don't try this...
if you are: the function that prints out the letter bar is at file /components/com_mucol/helpers/helpers.php, quite at the beginning
just take a look at it, what you have to do is basically add some "right" class at the N letter, and also add some BR html element over there...
ONLY PROGRAMMERS!!!
kids don't try this at home!
$inicials = array("A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","123");
Germi, I know this line break command will not work, so can you add in the proper command because I am also experiencing the same issue with my site
Thanks -
Accepted Answer
-
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »