Home › Forums › CSS › Vertical space issue between Chrome & Mozilla › Reply To: Vertical space issue between Chrome & Mozilla
January 27, 2017 at 9:19 am
#250598
Participant
I was aiming at this direct parent:
<div class="col span_4_of_8">
And the relevant style (on line 170 of this file):
.col {
display: block;
float:left;
margin: 1% 0 1% 2%;
}
Only the last percentage there is working… and I don’t think there’s much you can do but change the value to 1vw
for example which will be pretty much the same. Or anything else, as long as it’s not a percentage.
Another option would be to remove the flex values from the element below. Doesn’t look like they’re really needed here?
<div class="section group header">