Site logo

Archived topic

Container sections padding and full width sections

16 replies · Started by Marcos on August 22, 2018

Viewing posts 16–17 of 17

Thanks Tom.
What I wanted to avoid is having the padding set in two different places: in the customizer and in custom CSS.
I know the markup I'm using will not get the padding applied because sections is not enabled on archives.
That's why in a previous post I asked if there is any markup I could use to wrap content and get the padding set in the customizer, without having to add additional CSS.

Or is there just no way that padding (set in customizer) will be applied on archive pages?

Thanks.

You could try using the inside-article class:

<div class="inside-article">
    Your content
</div>
This archived topic is closed to new replies.