Site logo

Archived topic

.separate-containers

2 replies · Started by Sara Emsenhuber on September 9, 2014

Viewing posts 1–3 of 3

Hi,

after a long search and html inspection, I found a custom CSS section that needs to be customized for my purposes as following:

from


.separate-containers .inside-article,
.separate-containers .widget,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation {
	padding: 40px;
}

to


.separate-containers .inside-article,
.separate-containers .widget,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 30px; 
    padding-bottom: 30px;
}

My question: is there an according section in the the theme settings so that I can do this by mouse?

Thanks in advance

The element spacing addon should sort that, watch the video on the addons page

Thanks, Ross!

Yes, the Spacing addon will allow you to adjust the padding of mostly everything throughout the theme - including what you're wanting above.

Let me know if you have any questions :)

This archived topic is closed to new replies.