Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #913890

    Hello,

    I have put two grid rows on a site and there is a huge space between them in horizontal line. Can you please help me to minimise it?
    I know that I can make a difference with order in Grid Row (Minimun height), but even though I put this value at 1px,
    there is still a huge space between upper and lower Grid Row.

    Thanke you for your help.

    Kind regards!

    #913893

    Hey thfmb,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #913894

    Hello,

    Thank you – Iam sending my URL.

    #913928

    Hi,
    It looks like your two 3/5 cells have 150px padding on all four sides, where the 2/5 cells have the same padding for left and right.
    This means the 3/5 cells with the top & bottom padding are causing the gap. You could adjust the padding or use this css:

    #top.page-id-74 .av_three_fifth {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    }

    Best regards,
    Mike

    #913931

    Hello!

    Yes, this was a problem. Thank you very much!

    Kind regards!

    #913938

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Grid Row space (gap)’ is closed to new replies.