Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #591258

    I have a strange glitch at the bottom of my page – white line below one of the boxes. Don’t know how to get rid of it.

    #591949

    Hey shaversky!

    The white line appears only when the browser is exactly some 1370px wide
    How is the grid setup? it looks much different on a wider screen.. please see private message for screenshot.

    To resolve this issue use a color section and a 1/3 grid inside it like the below screenshot

    Regards,
    Vinay Kashyap

    #592384

    Hi Vinay!

    Thank you for your answer. Understood. I’ve used grid row.

    When I try to do the layout with color section and 1/3 grid – it looks cramped. How to solve this?

    #593691

    Hey!

    Did you set the padding to 0? Set the width of the image inside the cells to 100%:

    .flex_cell_inner .avia-image-container-inner, .flex_cell_inner .avia_image, .flex_cell_inner .av-image-caption-overlay {
        max-width: 100%;
        width: 100%;
    }

    Best regards,
    Ismael

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