Hello,
After a recent update to the theme, it seems the content on SOME of my pages are not centred anymore; previously they were centred on all pages. The affected pages are HOME, JOURNAL and CONTACT. Could you please help me with this?
Thanks!
Hey Caren!
It is not centered only on Journal page on my end and that is because you have following code in your custom CSS
.post {
max-width: 800px;
}
Please remove it
Regards,
Yigit
Hey Yigit – thankyou – but I am not positive that is what I need – as I would like to keep the blog posts 800px max. It was all aligned how I wanted it until the last update.
I am working on a 27-inch retina screen, so I understand on a smaller screen, it will look centred – but it does not on mine – it is left-aligned instead. I have tested this on a few different browsers too
Previously to my last Enfold update, all pages were showing the content center-aligned. It is now showing left-aligned (even though I have selected CENTER CONTENT under General options in the theme).
I have attached links to screenshots I have taken so you can see what I am seeing at my end.
Thankyou!
Hi!
Please add this css in Quick CSS
.html_header_sidebar .container_wrap_first {
float: none !important;
}
Regards,
Vinay
Thanks Vinay – this works.
Hi!
Glad we could help! We have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Best regards,
Vinay