Tagged: dimensions
Hi,
The margins on pages are way too wide. It makes text hard to read. I would like to bring the margins in.
I see an option to do this in “General Layout” under “Dimensions”. I can set the “Content + Sidebar Width” to something smaller than 100%. But the problem with this is that the logo and main menu also get pulled in. And I also don’t want the width of my posts to be changed.
Is there anyway to specifically change the margin width on pages only?
Thanks,
Alex
Hey ambarrow,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Andy
Of course. Sorry, forgot to add that.
Here’s an example:
http://operators.macro-ops.com /hub-features/
Let me know if you need anything else.
Thanks!
Hi,
You can use 1/4 + 1/2 + 1/4 columns and leave the 1/4 columns empty on either sides of the page layout. or use the below css in Enfold > General Styling > Quick CSS
.page #main .container{
padding-left:20%;
padding-right:20%;
}
Best regards,
Vinay
Thanks!