PDA

View Full Version : navbar fix


Menno11
07-26-2014, 09:54 AM
Hi,

How do i fix the navbar ?

https://vborg.vbsupport.ru/external/2014/07/14.png

Can anybody help me ?

Thx

K4GAP
07-26-2014, 09:56 AM
Hi,

How do i fix the navbar ?

https://vborg.vbsupport.ru/external/2014/07/14.png

Can anybody help me ?

Thx

Including a link to your site may help anyone willing to help you.

Menno11
07-26-2014, 10:05 AM
<a href="http://relax4all.org/forum.php?styleid=21" target="_blank">http://relax4all.org/forum.php?styleid=21</a>

Site Url

style name is Infinium

Dave
07-26-2014, 10:10 AM
There's something wrong with your CSS since .navtabs ul contains: top: /* Invalid math expression */;

Add the following to the additional.css template:

.navtabs ul{
top: 30px;
}

Menno11
07-26-2014, 10:24 AM
yesssssssssssssssss

Thx Dave