Okay
  Public Ticket #3033745
Removing Blank Space
Closed

Comments

  •  1
    Brian Nieves started the conversation

    On the home page, I have some blank space between the header menu and the nectar slide. How can I remove the blank space? Thanks

  •  1,661
    Judith replied

    Hi Brian,

    Thanks for choosing Salient.

    Please input this css in css custom code under Salient > General Settings > CSS/Script Related:

    .wpb_row.full-width-section, .wpb_row.full-width-content, body.material .wpb_row.full-width-section, body.material .wpb_row.full-width-content {
        padding-top: calc(0vw * 0.04) !important;
    }

    Thanks.