• Hello,

    For some reason the margins in all my blog posts have became enormous only on the mobile view. Not sure what happened and how to make it nice again.

    Thank you

    Aurélia

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @aureliaandthegreen,

    Aurélia, the extra space is created by the padding in the following CSS code:

    .single-post #main-content .container {
        max-width: 940px;
        padding-left: 100px; */
        padding-right: 100px; */
    }

    You’ll need to find out where that padding was changed. For that, you may need to contact Elegant Themes support: https://www.elegantthemes.com/contact/.

    Otherwise, you can override the padding by adding the following CSS code in the Appearance > Customize > Additional CSS section of your WordPress Admin dashboard:

    .single-post #main-content .container {
        padding-left: 0!important; */
        padding-right: 0!important; */
    }
Viewing 1 replies (of 1 total)

The topic ‘Margin on mobile’ is closed to new replies.