Topic: Main menu size/height issues
Hi,
Just installed Arras and think it is fab.
I am having trouble with the main menu, I would like to change the font size to 15px and have successfully done that.
However, I cannot get the height correct.
my css in the user.css file is:
#nav .sf-menu { font-size: 15px; text-transform: capitalize; }
#nav .sf-menu a { font-size: 15px; text-transform: capitalize; }
#nav .sf-menu li li a { font-size: 15px; text-transform: capitalize;}
to increase the height I have included:
#nav {height: 40px}
This now increases the height but background has not changed. (see pic)
What do I need to do to adjust the background to reflect the height changes? So that the colours are not strange.
If I increase the font and not the height then the border of each menu item is higher that the menu.
Thanks!