Hi @rox32
Please try to use this custom CSS code in Appearance -> Customize -> Additional CSS, to remove the top white space on the home page
.home #main.content-area {
padding-top: 0;
}
.home .entry-content > .alignfull:first-child {
margin-top: 0;
}
Regards.
Thread Starter
rox32
(@rox32)
It worked like a charm. Thanks a million!
One more question and I promise I’m done.
Could I center the featured image in single posts? I like to align all the images to the center, but the featured one aligns to the left by default.
Hi @rox32
Please try to use this custom CSS code to center the image on the single post
.single-post .entry-single .entry-thumbnail {
text-align: center;
}
Regards.
Thread Starter
rox32
(@rox32)
Perfect! Thank you very much! All the best
Hi. I have a similar question.
I am using the free customify theme.
there are two footers in this theme, “main” and “bottom”. For my website, i disabled the bottom footer and just kept the main. when i work with a page using elementor, i keep getting a white space at the bottom right above the footer. the last section of elementor is not causing this (i have margin and padding all set to “0”).
Can anyone assist with this issue. help would be greatly appreciated.
Adam