Archived topic
Full width layout with Generateblocks and WP Show Posts
3 replies · Started by Emil on February 19, 2020
Hi!
I want to have some sections of my site in full width for the background colors but the content should still be contained.
Earlier I have done this with Sections but now I want to do it with Generateblocks.
Am I right if I say that I must choose "Full Width" under "Page Builder Container" to be able to to that?
In that case I also have to put all the other content for other sections that shouldn't be full width in a container to right? Otherwise it has no padding.
If this is the way to do it, how should I do with the content from WP Show Posts that I have hooked in at the bottom of every page?
Hi there,
1. and 2. - correct :)
3. If needed add your hooked content in a wrapper with the grid-container class eg.
<div class="grid-container">
<!-- your WPSP shortcodes here -->
</div>
this will respect the container width set in the customizer.
Perfect! Thank you very much!
You're welcome