Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #246246

    Hi there,
    I’d like to align the secondary navigation in the sidebar, & retain the indentation & dots when aligning the menu to the left.
    Many thanks,
    Jas
    Screenshot

    Note: Hi Yigit, yes managed the highlighting but still need to left align the menu :)

    #246464

    Hey Jason!

    Thank you for the screenshot.

    Please use this:

    #top .sidebar_left .widget ul {
    text-align: left;
    }
    
    #top .sidebar_left .widget_nav_menu ul ul li:before {
    left: 0;
    }

    I hope that’s what you want. Let us know.

    Cheers!
    Ismael

    #246753

    Hi Ismael,
    Almost, it’s just not retaining the indentations – screenshot
    So I tweaked another rule;
    .page-id-4055 .sidebar_left .widget_nav_menu .current-menu-item > ul, .page-id-4055 .sidebar_left .widget_nav_menu .current_page_item > ul, .page-id-4055 .sidebar_left .widget_nav_menu .current_page_ancestor > ul, .page-id-4055 .sidebar_left .widget_nav_menu .current-menu-ancestor > ul {
    padding: 0 0 0 13px !important;
    }

    I just tested it on one page (obviously) & now I have this screenshot :)
    It seems I need the !important – would that be correct?
    Jas

    #247680

    Hey!

    Yes Jas, this one is correct as well :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.