Reduce / remove large gap between navigation and first section

Hi

Where would the setting be to remove this large white gap please? I’ve removed all padding in section 1 but still a very large whitespace exists. Please see image 1 (current) and 2 (how I would like). Thanks

Hi There,

Thanks for writing in! Could you please try adding the following CSS rule into your Theme Options > Global CSS area.

.page-id-4247 .x-container.offset {
    margin-top: 105px;
}

Hope that helps.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.