Hi Swin66,
Looking at your site, I see your theme is removing all margins from widget lists via the following CSS:
.widget ol, .widget ul {
margin: 0;
}
You may override it for these specific menus by adding this CSS:
.advanced-sidebar-menu .grandchild-sidebar-menu {
margin: 0 0 0 20px;
}
See this article if you need any tips on adding custom CSS to your site.
Have a great day!
Thread Starter
swin66
(@swin66)
That’s great, thank you!
I’m trying to make my sidebar work as it does on the following, is this possible with your plugin? If so, any pointers?
https://www.cardiomyopathy.org/treatment/about-devices
Many thanks
Hi Swin,
It’s certainly possible with some creative CSS.
As far as pointers go, a good place to start is by inspecting the CSS using your browser’s developer tools and recreating it with your menu’s selectors.
For example “#menu-left uL li.expanded” becomes “.advanced-sidebar-menu .current_page_item”.
You’ll also want to uncheck “Always display child pages”.
If you are using the PRO version, you may submit a support request and our team will write the custom CSS for you.
Have a great day!
Thread Starter
swin66
(@swin66)
Thanks, i’s much appreciated.
BTW I’ve sent you a message via your website