Okay
  Public Ticket #2624121
Header padding
Closed

Comments

  • Siyakhula started the conversation

    Hi there,


    There is a padding of some sort on the top of my header area. See screenshot attached.. How do I remove that? Thanks

  •  2,963
    Andrew replied

    Hi there,

    Please share a link where we can see your website so that we inspect the source.

    Kind regards.

  • Siyakhula replied

    https://siyakhula.org/

    Here is the link.

  •  2,963
    Andrew replied

    Hi Siyakhula,

    Try turning the secondary header to standard header as shown below:

    9641406638.png

    Kind Regards.

  • Siyakhula replied

    Hmm I thought that as well but it is set to 'Standard'..

  •  2,963
    Andrew replied

    Hi Siyakhula,

    Please try this css:

    .full-width-section.parallax_section .row-bg-wrap, .full-width-content.parallax_section .row-bg-wrap, .wpb_row.parallax_section .row-bg-wrap, .wpb_row .row-bg-wrap .inner-wrap {
    top: -42px;
    } .wpb_row .row-bg-wrap .inner-wrap {
        height: 106%;
    }

    Hope this helps.

    Kind Regards.

  • Siyakhula replied

    You're a legend. Thanks. Worked perfectly.