4fold6
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [evolve] How to reduce space below blog title- evolve?Not that I can see. It doesn’t make sense.
Forum: Themes and Templates
In reply to: [evolve] How to reduce space below blog title- evolve?So would this work:
preg_replace(‘/(<br[\s]?[\/]?>[\s]*){3,}/’, ‘
‘, $multibreaks);
Forum: Themes and Templates
In reply to: [evolve] How to reduce space below blog title- evolve?You bet. Thanks so much:
Forum: Themes and Templates
In reply to: [evolve] How to reduce space below blog title- evolve?I tried it and it’s still not working. I’m grateful for all of your help. Not sure why it’s not responding for me as it did for you. Here’s what I have:
.content {
padding-top: 0;
}h1.entry-title {}
div.entry-content {
padding-top: 0px;
margin-top: 0px;
}Forum: Themes and Templates
In reply to: [evolve] How to reduce space below blog title- evolve?This one didn’t work for me, unfortunately. I’m not sure why. Here is what I entered in the Custom CSS Manager Plugin:
.content {
padding-top: 0;
}
div.entry-content {
padding-top: 0px;
margin-top: 0px;
}The First 3 lines corrected the space between the menu and the blog title. However; the last 4 lines didn’t work on the space below the blog title.
Forum: Themes and Templates
In reply to: [evolve] How to reduce space below blog title- evolve?Oh wow!! You are so awesome. I read through your thread and fixed the first gap. Thank you so much!! I’ll eagerly await the email on the 2nd gap. Thanks again.
Forum: Themes and Templates
In reply to: [evolve] How to reduce space below blog title- evolve?I’m having the same problem with both. Need help reducing the space (gap) below the blog title.