Overwriting a style setting in a custom.css file linking back to marketplace.editmysite.com

Hi there

The problem I'm having is that my home page in the mobile view is able to be moved around horizontally and I've traced it back to:

@Media (max-width: 767px)
.wsite-section-elements {overflow: unset !important;
862 Views
Message 1 of 4
Report
3 REPLIES 3

I'm not sure where that is within main.less or if it's even in one you can edit, though you could override it by adding this to the footer code field in Settings > SEO:

<style>
    @Media (max-width: 767px)
    {
        .wsite-section-elements
        {
            overflow: hidden !important;
        }
    }
</style>

Since it will come after anything within the CSS files it should override the rule.

855 Views
Message 5 of 4
Report

Thank you, thank you, thank you!!! That did the trick!! I'm still finding my way with coding tricks and I had always thought those things needed to go in the header code so thank you!!

852 Views
Message 5 of 4
Report
Square

Awesome! Glad that worked out for you. BJ is so helpful! Smiley Happy
851 Views
Message 5 of 4
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.