Tagged: Blog article Layout
I have created several blog articles with the layout architect using a template.
afterwards i would like to change the layout so that there is more space to the right and left of the text on all blog articles.
do i have to edit each blog article individually or is there a simpler method?
Hey rallef,
Could you post a screenshot highlighting what you would like to achieve please?
Best regards,
Rikard
Hi,
Thanks for the screenshot, it looks like you are using the ALB for your single posts and currently the post body is a single column and you want to add a 1/5 column on both sides to reduce the post content width, but instead of editing each post you could use css.
So your two empty 1/5 columns would be about 40% of the page, so we will set the page width to 60% and we will have it only work on screens larger than 1024px.
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (min-width: 1024px) {
.responsive #top.single-post .container_wrap_first > .container {
max-width: 60%;
}
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
feel free to adjust to suit.
Best regards,
Mike
It works! Thank you – great stuff.
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike