in Joomla Templates by jackvanderee (160 points)

Hi, after the latest updates from TT i have a problem. When i load and export my template the menu is messed up. See attachment. Does anyone know what is wrong ?

Home and other items should be underneath eachother, not like this.

2 Answers

by iceferret (3.3k points)
If .nav-stacked > li in the bootstrap Css has anything other than float:none; that will make it look like that.  Have you a link to the site to look at the code?
by jackvanderee (160 points)

here is a link to a testpage on the site. This page will load the template with the problem.


http://torresmediation.nl/index.php/test

by iceferret (3.3k points)
add the following to custom css
.nav-pills li
{
   clear:left;
}
Interested in localizing/Translating TemplateToaster Software in your native language in exchange of a Pro License ? Contact Us
...