This topic contains 18 replies, has 3 voices, and was last updated by Ninja Lead 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Sorry NInja, I got this problem again that the last menu look completly diffrent (see picture @Beginning of this thread).
This code is in templates/ja_brisk/css/custom.css file
.span12.mega-col-nav.lastmenu {
padding: 20px;
}
JA Brisk 1.0.7
T3 Framework 2.0.2
Kind regards
Sorry, I have just cleared my PM inbox, could you PM me again URL of site and credentials of your site, I will help you out.
You can fix this problem from css style
Open templates/ja_brisk/css/template.css file
Change
.dropdown-menu .mega-nav {
list-style: none;
margin: 0;
}
To
.dropdown-menu .mega-nav {
list-style: none;
margin: 0 0 10px 10px;
}
1 user says Thank You to Ninja Lead for this useful post
This topic contains 18 replies, has 3 voices, and was last updated by Ninja Lead 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum