Hello,
I have 2 absolutes bars in a header and i’ve put a 80px margin top to the second to be displayed below the first one. Gap between the 2 bars is ok.
For XL preview size :
When it goes LG preview size the gap between the 2 bars is too much because first bar lost height and margin top is still 80px for the second bar (margin top should be lower than 80px :
And for XS preview size, margin top should be higher than 80 because first bar goes 3 lines :
Is there a way to control the gap between the 2 bars to be the same for each website width ? I saw we can change px to calc for margin-top, is it the way to do it ?