Hi,
I updated my enfold theme and now the posts are displaying very narrow and not using the width of the page — almost like it is in mobile display. Could you help me ASAP please.
Thanks,
A
Hi cmcsoxford!
Add this to your custom CSS.
#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 900px !important; }
Cheers!
Elliott
Hi Elliot,
Thanks for the code. It still doesn’t bring the display back to how it was before. I don’t understand why the update caused this to happen? The code improves it but it is still narrower than it should be. I increased the max width but that doesn’t seem to change things.
Thanks
Hey!
Try to adjust the Max Container Width value on Enfold > General Layout > Dimensions panel to increase the default container width.
Cheers!
Ismael
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post .entry-content-wrapper > *,#top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 100%;
}
Regards,
Yigit
Great! That worked, thanks!
Do you know why the margin changed?
Thanks,
A