[Resolved] How to set Top bar / Footer to 100% width?

Home Forums Support [Resolved] How to set Top bar / Footer to 100% width?

Home Forums Support How to set Top bar / Footer to 100% width?

  • This topic has 5 replies, 2 voices, and was last updated 4 years ago by Leo.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1225637
    crackmacs

    https://crackmacs.ca

    I have the container, top bar, footer set to be full width, however there remains a white gap on the left/right sides of the page. Is there a way I can fix this?

    example

    Thanks!

    #1225665
    Leo
    Staff
    Customer Support

    Hi there,

    This CSS is causing the issue:

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

    Let me know if this helps ๐Ÿ™‚

    #1225668
    crackmacs

    Removed it, all good now thanks!

    Can you explain what that code did? Is that for mobile? tyty

    #1225671
    Leo
    Staff
    Customer Support

    It adds 30px margin on the left and right side of the body on desktop only.

    #1225677
    crackmacs

    Can’t even remember adding that.

    Thanks again!

    #1225701
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.