Alignment of sidebar widgets after adding border
-
After adding code #secondary { boder-left: 3px solid #666; } sidebar widgets realign to bottom of page while the same code for #primary (sidebar) aligns as it should.
Any suggestions?
The blog I need help with is: (visible only to logged in users)
-
Hi there, the border effectively increases the width of the sidebars, so add the following to your custom CSS to reduce the width of the #secondary sidebar slightly.
.sidebar-content-sidebar #secondary { width: 19.69%; } -
-
- The topic ‘Alignment of sidebar widgets after adding border’ is closed to new replies.