Separation widgets\text
-
Hello,
How to separate the widgets on the right side with my article’s text.
Cordialy.
The blog I need help with is: (visible only to logged in users)
-
Hi @bonparrain, what were you thinking of as a way of separating them? you could do something like adding a left border line to the sidebar area, like this.
@media screen and (min-width: 1024px) { #secondary { border-left: 1px solid; padding-left: 30px; } }This uses a Media Query to add a border only when the sidebar widgets are to the right of the content (on 1024px and wider screens/windows).
- The topic ‘Separation widgets\text’ is closed to new replies.