Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Grid Layout 'fr' unit confusion Reply To: CSS Grid Layout 'fr' unit confusion

#264380
Paulie_D
Member

You have a fixed width on the 3rd column

.cARKju {
     width: 30rem; 
}

AND there is a 3000+px slider in that column which is messing things up.

<div class="slick-track" data-reactid="36" style="opacity: 1; transform: translate3d(-540px, 0px, 0px); width: 3240px;">...