Archived topic
Bug report: margin between sidebars
1 reply · Started by Roman on May 3, 2017
Hi Tom,
I may have found a bug, I am not sure. Can you reproduce it?
Layout: one container, no gap among content blocks, content padding 0. I think, with this setting there should be no padding/margin between sidebars in content/sidebar/sidebar. But, following margins are applied:
.one-container.both-left .inside-left-sidebar,
.one-container.both-right .inside-left-sidebar: margin-right: 15px;
.one-container.both-left .inside-right-sidebar,
.one-container.both-right .inside-right-sidebar: margin-left: 15px;
Have a look at a screenshot: https://www.dropbox.com/s/hqkz83au90ike7b/screen.jpg?dl=0
Cheers
Roman
Hi Roman,
The margin you're seeing there is simply to separate the sidebars a bit so they're not right next to each other. For example, without the margin: https://www.screencast.com/t/ELLoWRCqHl
Now of course, you could add padding into the widgets to give it some spacing.
I'll give it some thought and try to find the right solution.
Thanks!