Site logo

Archived topic

FOOTER WIDTH

3 replies · Started by liz on August 1, 2021

Viewing posts 1–4 of 4

Hi,

I need help with the width of the footer bar. It's set to full in the customizer but its not reflected on screen. Website in the private info field.

Hi liza,

You have this CSS that prevents any element from going full-width of the page.

@media (min-width: 769px)
body {
    margin: 0 30px;
}

It's adding 30px left and right margin to the body tag of the page, preventing the footer, (body's child element), from going to full width of the page.

Any particular reason why this was added?

Hi, Alvin

I'm not quite sure why its added..how can I possibly solve this problem? Thanks in advance.

The CSS I've mentioned is added on Appearance > Customize > Additional CSS.

You can remove it from there and see if the result works for you. :D

This archived topic is closed to new replies.