Shape 5

Joomla Templates => Content King - Club => : SofLife November 11, 2016, 11:17:36 AM



: Links not working and layout overlapping
: SofLife November 11, 2016, 11:17:36 AM
The top menu bar links on my page are no longer working and depending on screen size, the side bar news area will overlap the top bar links. Do I have too many links up top???

http://www.sasdcomm.info/


: Re: Links not working and layout overlapping
: jonahh November 14, 2016, 02:06:39 PM
Hello,

Yes correct. Its a combination of too many items and each item being too long in characters. Here is some CSS to decrease spacing and font size to help a bit but you will need to shorten and decrease menu items. Just add the CSS to your custom.css file:

:
#s5_nav li {
letter-spacing:-1px;
font-size:0.9em;}