Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #610889

    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!

    #610901

    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

    #610906

    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!

    #610926

    Hi!

    Please add this css in Quick CSS

    .html_header_sidebar .container_wrap_first {
        float: none !important;
    }

    Regards,
    Vinay

    #610951

    Thanks Vinay – this works.

    #610958

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.