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!
Hey thfmb,
Please include the url to the page in question so we can take a closer look.
Best regards,
Mike
Hello,
Thank you – Iam sending my URL.
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
Hello!
Yes, this was a problem. Thank you very much!
Kind regards!