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!
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
Hi Rikard,
Try the link below or try to give a look at the post using a mobile device (link below).
Thanks again
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
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