Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Sub-header from one post bleeding to the next? › Reply To: Sub-header from one post bleeding to the next?
March 21, 2015 at 9:53 pm
#2581
Participant
Hello,
I am able to see the problem in Chrome now.
Please try adding the following CSS code to “Elvyre options -> Appearance – Custom CSS” box:
.post-body h2 {
clear: both;
line-height: 1.1;
}
Let me know if this solves your problem.
Robert