Tagged: CSS, Custom Menu Widget, formatting
Hello,
I really can’t figure how to fix this formatting issue on widget menu sublevels:
http://4ad.165.myftpupload.com/prodotti/serramenti-in-legno/
Is it the normal 2nd level behavior?
I’d like that the sublevels had the same left-alignement.
Besides, if I edit the quick CSS edit, sometimes it affects changes, but sometimes it doesn’t… And I don’t use any cache plug-in.
Please help me, I will provide a login also if needed.
Many thanks guys!
Regards,
Davide
Hi Dracmaservice!
Please use this on Quick CSS or custom.css:
#top .widget_nav_menu ul ul li:before {
content: "";
}
#top .widget_nav_menu ul ul li a {
padding: 6px 0px 7px 0px;
}
#top .widget_nav_menu .current-menu-item > ul, #top .widget_nav_menu .current_page_item > ul {
padding: 0;
}
Remove browser cache then reload the page a few times.
Cheers!
Ismael
Hi Ismael,
I did what you told me, but nothing happened.
It’s really weird, I tried removing cache, even with different browsers (and devices too).
Maybe could be a hosting matter?
Thanks for support!
Davide
Update:
it seems that ul “dots” disappeared, but nothing changed about alignements…
Hi!
Please flush browser cache and refresh your page a few times. This is how it looks on my end http://i.imgur.com/REm70gO.jpg
Cheers!
Yigit