How do I get rid of this white space ethos stack

I am using this css which has made all the changes I want except for the huge white gap under the navigation how do I change this to black

Hi George,

Thanks for reaching out.

Your website is still coming soon and we can’t see the actual pages. In order to help you with your concerns, please give us the following information in a Secure Note.

  • WordPress Login URL
  • Admin level username and password

You can find the Secure Note button at the bottom of your posts.

Thank you.

Hi George,

To remove the white big space, please add this code to your Pro > Theme Options > CSS.

.x-container>.offset, .entry-content {
  margin-top: 0;
}
.x-navbar {
  border-bottom: 2px solid #000000;
}

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

Thank you.

Thank you that fixed it

Hi George,

Great that it is fixed now.

Thanks

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