Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #170836

    If you use left sidebars, the active menu item is wrongly aligned (not right-aligned). This is easy to fix. In layout.css:

    Under

    /*sidebar left mods for all widgets*/

    add

    .sidebar_left .widget_nav_menu ul:first-child>.current-menu-item>a,
    .sidebar_left .widget_nav_menu ul:first-child>.current_page_item>a{
    padding-right: 0px;
    }

    #170972

    Hi Alexander_T!

    Thank you for this. Can you give us a link to the page with the fix?

    Cheers!
    Ismael

    #171215

    Hi Ismael,

    There were a few other visual issues with the sidebar on the left… for instance, it didn’t draw the borders absolutely right. Just give it a try when you have time. I didn’t want to go further into it so I decided to stick with a sidebar on the right for now. ;)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Left sidebar active item wrongly aligned’ is closed to new replies.