• hello,
    i want adjust the space area on both right and left on the post to zero space.
    i add this script to additional css:

    @media screen and (max-width: 1023px) {
    .site-header, .site-main > article {
    padding-bottom: 0;
    margin-bottom: 0;
    }
    .site-footer {
    padding-top: 0;
    margin-top: 0;
    }
    }

    it is work in preview, but after I publish it, it is reset the padding size.
    what should I do?
    I adjust in elementor content width and it doesn’t work.

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

Viewing 1 replies (of 1 total)
  • Hello @vakansiana,
    Sorry for the late response. Actually, we just confused and couldn’t figure out where you want to remove the margin and padding? The code looks like you want to do that in the mobile device.

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘padding/margin size’ is closed to new replies.