Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1081557

    Hi,

    I need solutions for mobile responsive issues with this website. Please see private notes with url.

    #1082965

    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

    #1083149

    Hi,
    No I am still waiting for help! See screenshots below provided. I also need the images centered in mobile view.

    Thank you

    #1084299

    Hi,

    Any update on this?

    Thanks!

    #1084326

    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

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