Hello, I need help removing some random white space. It just showed up out of nowhere and I cannot remove it.
https://kettlecornmachine.com/
See space below the navbar. Please let me know.
Hello, I need help removing some random white space. It just showed up out of nowhere and I cannot remove it.
https://kettlecornmachine.com/
See space below the navbar. Please let me know.
Hey @gallagherBD,
There are some theme CSS that is adding the margin and padding to the areas with the whitespace.
Please try adding this code in X > Theme Options > CSS:
.x-main.full {
margin-top: 0;
}
.hentry .entry-wrap {
padding-top: 0;
}
Hope this helps.
Perfect! Cheers!
You’re welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.