Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #541886

    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?

    #542153

    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

    #544301

    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.

    #544395

    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

    #546210

    why do i need to add that? shouldn’t the posts be identical? nothing is different between the two.

    #547082

    Hi!

    Please edit your color section element on your page that has extra padding and choose not to display padding

    Cheers!
    Yigit

    #551183

    it’s always been set to “no padding”. the two posts are set up exactly the same.

    #551935

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .postid-9571 .content {
    padding-bottom:0px !important;
    }
    

    Thanks,
    Rikard

    #552779

    ok. thanks. still not sure why we need to force padding for just one post or section.

    #553486

    Hi,

    Not sure either but it works right? Hope this is just a one off.

    Regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.