2 columns issue under 980px

Hi there,
i can´t align 2 columns length on mobile, i need a little css help.
I´ve setup margins for 1200px &up, under 980px is a mess.

Hi There,

Thanks for writing in!

Can you please add this code to your element CSS of the text element.
Just . click on the cunstomize tab of the text element and paste this code in the element CSS box, then save it.

@media (max-width: 767px) {
$el{
margin: 0px !important;
}
}

Hope this helps!

Thanks

1 Like

Thanks in advance.

It works, i´ve updated the code to:

@media (max-width: 980px) {
$el{
margin: 0px !important;
}
}

Glad you were able to figure it out :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.