[Resolved] Remove Top, Left and Right Margin

Home Forums Support [Resolved] Remove Top, Left and Right Margin

Home Forums Support Remove Top, Left and Right Margin

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #271077
    rolo

    Hello, can you help me with a custom css code to remove top, left and right margin?

    View post on imgur.com

    I need it to create a fullwidth page…

    Thanks!

    #271086
    rolo

    Problem solved! I have found these useful codes in your forum:

    For Fullwidth

    .container.grid-container {
          max-width: 100%;
    }

    For Top Margin

    .separate-containers .site-main, .entry-content {
        margin-top: 0px;
    }

    🙂

    #271164
    Leo
    Staff
    Customer Support

    Glad you found a solution!

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