Tagged: sidebar
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;
}
Hi Alexander_T!
Thank you for this. Can you give us a link to the page with the fix?
Cheers!
Ismael
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. ;)