Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #855154

    kvnx
    Participant

    Hi there,

    I’m having an issue with the margin/gap immediately above the content area (and below the nav bar); when the site switches into responsive view, the page content moves up (due to what appears to be a negative margin). How do I control this setting in CSS?

    #855155

    kvnx
    Participant
    This reply has been marked as private.
    #855330

    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    @media only screen and (max-width: 979px) {
    .x-container > .offset {
      margin: 60px auto;
    }
    }

    Hope this helps.

    Cheers!

    #855758

    kvnx
    Participant

    That worked, thank you!

    #856149

    Christian
    Moderator

    You’re welcome. Glad we could help. 🙂