Okay
  Public Ticket #1341450
top margin
Closed

Comments

  •  1
    cosmins started the conversation

    Hello!

    Because I use Sticky Menu was necesarry to put a 80px top margin at first Row from every page but on mobile version (see attachment) appear a big empty space.

    How can I eliminate this space? Maybe I have done wrong this with 80px top margin.

    Thank you very much!

  •  2,010
    Ocean replied

    Hi,

    Please remove margin top 80px at first Row from every pages.

    Then add this css code here:

    http://www.awesomescreenshot.com/image/868495/cf4c1c5da08b7ecc7e3fc520f49d1229

    .page-template-template-canvas header{ margin-bottom: 80px; }

    @media (max-width: 767px) { 

    .page-template-template-canvas header{ margin-bottom: 0; }

    }