Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1167137

    Hi
    I’m developing a website on the following link and on the home page I use buttons within a grid row:
    https://tremblayly.wpengine.com/?preview_id=206&preview_nonce=838ee9a14f&_thumbnail_id=-1&preview=true
    The buttons don’t get centered correctly and are off the right margin on mobile devices (ipad portrait, iphone both directions).

    I was expecting these to be responsive to screen sizes, so I’m not sure how to fix this issue.

    Any help would be appreciated,
    Lyse

    #1167232

    Hey Lyse,

    We can’t view the link you posted unless logged in, please provide either login details or a direct link to the page in question.

    Best regards,
    Rikard

    #1167297
    This reply has been marked as private.
    #1168594

    Hi,
    Sorry for the late reply, and thanks for the login, when I look at your grid row on mobile the buttons overlap each other and the images are too small to see well. Have you considered using columns instead?
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    #1168862

    Hi Mike,

    OK I converted the grid to a column row and it now displays correctly on mobile devices. I find the images kind of small on my desktop but I guess I can live with that.

    Thank you
    Lyse

    #1168893

    Hi,

    I’m seeing the images as 100% with about 15-20px padding on the sides. Is this how you view it as well?

    Best regards,
    Jordan Shannon

    #1168894

    Yes on the desktop there is a large gap.

    #1168916

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (min-width: 900px) { 
    #top.home #av_section_2 .post-entry-206 .av-flex-placeholder {
        width: 1% !important; 
    }
    }

    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

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