Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @gloriawrites

    To add the left margin on the mobile device only at first you need to add the Custom CSS through the plugin.

    You can find many plugin to add custom CSS. Below link is the reference for one of the plugin.

    Custom CSS

    After installing the plugin you will find the custom CSS in Admin Panel / Appearance / custom CSS.

    Here copy and paste below CSS

    @media only screen and (max-width: 767px) {
    .entry-content {
        margin-left: 40px;
    }
    }

    I hope this will solve your issue .

    Best Regards!!

    Thread Starter gloriawrites

    (@gloriawrites)

    Great, it worked, but now the whole site is very slow on every page when I’m in the dashboard. Please advise. Thanks again,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No Left Margin Issue on mobile only’ is closed to new replies.