Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #671224

    Hey Kriesi,
    I’ve altered the single blog view for the featured mage to be full-width (see first link),
    the problem is when there is no featured image, there is no top padding for the author image (second link),

    Can I change CSS specifically for a blog page that doesn’t have a featured image?
    I need this change not to effect the blog post element…

    Thanks!
    Uri

    #671349

    Shalom

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .single-post .big-preview.multi-big + .blog-meta {
        padding-top: 0;
    }
    .single-post .blog-meta {
        padding-top: 50px;
    }

    Cheers!
    Yigit

    #685315

    Thanks for this! :-)

    #685325

    Hi,

    Glad that worked for you! Feel free to reach out to us again if you need assistance with anything else :)

    Best regards,
    Jordan

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Paddng on Single blog page’ is closed to new replies.