Home › Forums › Gillion Theme › Space above content
Home › Forums › Gillion Theme › Space above content
Hi there,
How can I remove the unnecessary space above the very first title above the category name? https://totalscam.com/hello-world/
I have tried this, but it didn’t help:
.fw-page-builder-content > .sh-section {
padding: 0;
}
Thank you
Solution for this topic
Hi @borishar,
I hope you are well today and thank you for your question.
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .post-item-single-container { margin-top: 0; } .single-post #page-container .post-single-meta { float: none; }
Best regards,
Shufflehound team
Thank you this is fixed!
You are most welcome here š