Page 1 of 1

Layout Grid Border Question

Posted: Sat Mar 21, 2020 2:04 pm
by JustJan
I'm using four columns at 3x for this example and have a gutter width of 15. Padding is set to 20 on both top and bottom. Column height is set to auto. I have edited each of the four columns to include a border of 1 for each. Using this example: http://www.hawkmtn.com/nta/apparel.html how do I get all the borders to line up like even boxes? I tried the different settings of column height, but that didn't work. I tried adjusting the size of the html 'box' and was able to move the border lines somewhat, but still can't get anything to line up properly. Not sure what I'm doing wrong.

Re: Layout Grid Border Question

Posted: Sat Mar 21, 2020 2:11 pm
by JustJan
Changed more settings and made the column height 'fixed' and adjusted the html boxes. Seems to have fixed the problem. Fixed results not online though. Did I fix this the correct way?

Re: Layout Grid Border Question

Posted: Sat Mar 21, 2020 3:42 pm
by Pablo
With layout grid the height of individual columns is determined by the content.
The column themselves do not have height, unless you set the height to 'fixed'.

Re: Layout Grid Border Question

Posted: Sat Mar 21, 2020 4:04 pm
by JustJan
Thank you, Pablo.