Home › Forums › CSS › CSS Grid Layout 'fr' unit confusion › Reply To: CSS Grid Layout 'fr' unit confusion
December 23, 2017 at 4:06 am
#264380
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;">...