Removing title leaves a blank space / Morden theme
-
Hi, I’m usin Morden theme and trying to hide titles. When I add the code into the CSS it hides the title but leaves a blank space. How do I get rid of the blank space? Here’s the code I use:
.page .entry-header {
display: none ;
}I tried adding the following to get rid of the blank space but neither one of them worked:
.singular .entry-header {
padding: 1%;
display: none;
}.page .entry-content h2 {
margin-top: 0;
}Help? Please and thank you!
The blog I need help with is: (visible only to logged in users)
-
Hello there!
Thank you for reaching out! I understand you’re experiencing an issue with white space on your site, but it’s not immediately clear to me which area you’re referring to. To assist you better, could you please provide a screenshot of the specific area in question? You can attach the screenshot to your reply using the Image block in this thread. Once we have that information, we’ll be able to investigate further and provide you with the necessary assistance.
Looking forward to helping you resolve this issue!
- The topic ‘Removing title leaves a blank space / Morden theme’ is closed to new replies.