Hi – We’ve created a temple for blog posts but have run into an issue where there is extra padding appearing between color sections in one instance of the use of the post. The two links are posted below. You’ll note extra padding between the yellow highlighted text and the text section starting “by NAME”. Everything is identical. Can you tell us what is going on?
Hi blankonblank,
I’m not sure what you mean by the extra padding, I couldn’t see anything like that. I tried searching for “name” as well but neither page had the word in it. Could you post a screenshot of the issue please?
Best regards,
Rikard
Sorry. I didn’t literally mean “NAME” I meant on both posts, the name of the writer. “By NAME”. Anyway two screen shots attached below. You’ll see the difference in padding between the text with yellow background and the main text of the post.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.content {
padding-bottom: 10px;
}
That would be applied globally. You can also edit your color section elements and choose to display less padding.
Best regards,
Yigit
why do i need to add that? shouldn’t the posts be identical? nothing is different between the two.
Hi!
Please edit your color section element on your page that has extra padding and choose not to display padding
Cheers!
Yigit
it’s always been set to “no padding”. the two posts are set up exactly the same.
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.postid-9571 .content {
padding-bottom:0px !important;
}
Thanks,
Rikard
ok. thanks. still not sure why we need to force padding for just one post or section.