I want to remove the dividing vertical lines between the main navigation or at least shorten them - could you direct me to the code to remove them or where I can adjust the height.
Thanks!
I want to remove the dividing vertical lines between the main navigation or at least shorten them - could you direct me to the code to remove them or where I can adjust the height.
Thanks!
Another issue is somehow the main navigation menu title are no longer centred within the dividing lines - possibly I have affected the code somewhere trying to chagne the colours of the hover text ( which I managed).
Hey,
The dividing lines between navigation items is border which can be adjusted / removed by editing / deleting this code in style1/2/3.css:
.nav li a {
border-left:1px solid #CCCCCC;
}
The height is dictated by the height of the "a" element (the link), if you need to reduce the height you could change the border to a background image 1px wide and the height you require.
I don't know what's going on with the navigation menu titles (need a link to your site to see what's happened) - if this is the only change you have made I suggest re-uploading the original theme files again which should correct any errors.
James
You must log in to post.