Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1086624

    I’m using this css to reduce the margins of the fullwidth area and it works great.

    .container {
    padding: 0px 120px;
    }

    But how can i stop it targeting the footer container?

    Many Thanks
    Carole

    #1086901

    Hey Carole,

    Please add this css code as well:

    #footer .container {
        padding: 0 50px;
    }

    Best regards,
    Nikko

    #1087581

    Thanks Nikko – this worked great.

    #1087627

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Reduce left and right margin of fullwidth area’ is closed to new replies.