• To whom it may concern,

    I hope this finds you well. I am having some issues removing white rectangles/bars from the left and right sides of my page. On each side of the page there is a white rectangle/bar. This is especially noticeable on mobile. I have tried to remove this by adding additional CSS but am not sure how to target it.

    If anyone has an idea to remove these white rectangles/bars, or change their color so they do not appear white but instead match the website background, I would really appreciate it if you could please share it with me.

    It seems to me that the white bars are a result of a default side padding generated from the theme.

    Thank you for your time and best wishes,

    Dory

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @dorywe, I hope you are doing great,

    The padding you see is actually a border enclosure applied to the body element directly by the theme.

    It can be removed using this code:

    body {
        border: 0px;
    }

    Just make sure to check that there are no unwanted borders that are getting removed from other elements.

    Cheers!
    Andrija

    Thread Starter dorywe

    (@dorywe)

    Fantastic! Thank you for your time and help with this, I really appreciate it ??

    Best wishes,
    Dory

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with side padding: white bars appear on sides of page’ is closed to new replies.