Media Right Border

Trying to get the right border to become none on a footer container, trying to use this code but it doesn’t seem to be working.

@media (max-width:980px){
$el {border-right: none; !important
}
}

Hi Daniel,

It seems that you are using the Pro and Footer builder, if that is the case you need to add the custom CSS into the Bar > Container > Customize > Element CSS. Please find the screenshot describing the settings.

Please note that $el is will be the element which you are trying to use as a selector, so the CSS should be used within the element itself.

Hope that helps.
Thanks

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