• Resolved swin66

    (@swin66)


    I have the basic version installed and the sidebar menu is shown but the child elements are not indented at all.

    I’m using GeneratePress as my theme.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor OnPoint Plugins

    (@onpointplugins)

    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

    Plugin Contributor OnPoint Plugins

    (@onpointplugins)

    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Child items not indented’ is closed to new replies.