Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #985220

    I am using the latest version of Enfold and W3 Total Cache and the latest wordpress.
    On the home page, after updating to the latest enfold the full width easy slider aligns to right, even though in the settings it is set not to scale and set to centre.

    I have removed the plugins, cleared the cache and turned on and off the performance settings on enfold, but no luck. Any ideas on what might be causing this alignment issue?

    Page can be found here: http://www.gayseville4u.com

    • This topic was modified 6 years, 4 months ago by roamingk.
    #985429

    Hey roamingk,

    It looks like it’s coming from JetPack:

    .jetpack-lazy-images-js .jetpack-lazy-image {
        display: inline-block;
    }

    If you want to override that you can try this in Quick CSS:

    .jetpack-lazy-images-js .jetpack-lazy-image {
        display: block !important;
    }

    Best regards,
    Rikard

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