Hi,
I need solutions for mobile responsive issues with this website. Please see private notes with url.
Hey webguy007,
Thank you for using Enfold.
Are you using the grid row element before? We don’t see the described issue on the Services page. Did you find a workaround?
Best regards,
Ismael
Hi,
No I am still waiting for help! See screenshots below provided. I also need the images centered in mobile view.
Thank you
Hi,
Any update on this?
Thanks!
Hi,
Sorry for the delay. This css code should center align the image and increase its width.
@media only screen and (max-width: 767px) {
body .alignleft, .entry-content-wrapper a:hover .alignleft, body .alignright, .entry-content-wrapper a:hover .alignright {
float: none;
margin: 7px 0px 13px 0;
display: block;
position: relative;
width: 100%;
}
}
Best regards,
Ismael