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

    Hello team,
    Probably after the last WP or Enfold update (but I noticed it only a few days ago) the featured image in my blog is not centered anymore in mobile version.
    I searched a solution here in the support forum but did’nt find one.
    How can I fix it?
    Please see link in private content.
    Thanks!

    #1016445

    Hey turistai,

    Thanks for the screenshot, though I can’t reproduce that on my end using Chrome. Which device/browser are you using?

    Best regards,
    Rikard

    #1016472

    Hi Rikard,
    Try the link below or try to give a look at the post using a mobile device (link below).
    Thanks again

    #1016476

    Hi,

    Please try to add this code to the quick css field:

    
    @media only screen and (max-width:989px) {
    #top.single .big-preview.single-big {
        padding: 10px 0;
    }
    }
    

    Best regards,
    Peter

    #1016725

    Thanks Dude,
    My quick css field has already the following code:

    @media only screen and (max-width:767px) {
    .avia-slideshow-inner, .avia-slideshow-inner img {
    height: 180px !important;
    }
    }
    Is it compatible with the new one you suggested above? Or may I remove or integrate it?
    Regards

    #1016873

    Hi,

    I think your CSS should still work, you can try to remove it to see what happens though.

    Best regards,
    Rikard

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