[Resolved] Not able to utilize blog content layout

Home Forums Support [Resolved] Not able to utilize blog content layout

Home Forums Support Not able to utilize blog content layout

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #2346208
    Daniel

    Ying heres my blog post do you see the padding around it? How do I get rid of the padding or the border around the post? Here’s the link https://webhappyhealth.com/top-five-prostate-supplements-that-are-proven-to-work/

    #2346503
    David
    Staff
    Customer Support

    Hi there,

    in Customizer > Additional CSS look for this CSS:

    
    .inside-article, .sidebar .widget, .comments-area {
        border-right: 2px solid rgba(0, 0, 0, 0.00);
        border-bottom: 2px solid rgba(0, 0, 0, 0.00);
        box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
    }

    If you just want to remove the border / shadow from the single post, then change that CSS to:

    
    body:not(.single-post) .inside-article, .sidebar .widget, .comments-area {
        border-right: 2px solid rgba(0, 0, 0, 0.00);
        border-bottom: 2px solid rgba(0, 0, 0, 0.00);
        box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
    }
    #2346511
    Daniel

    That worked just fine, thank you!

    #2346675
    David
    Staff
    Customer Support

    Glad to hear that !

    #2346760
    Ying
    Staff
    Customer Support

    You are welcome 🙂

    #2346798
    Daniel

    Hello Im trying to get the post meta layout below the site title and the breadcrumb in the bottom left of the featured image just like this post here https://mensgardening.com/how-to-aerate-your-lawn/.

    What’s the best way for me to do this with generate blocks?

    #2346802
    Ying
    Staff
    Customer Support

    Hi Daniel,

    Are you able to open a new topic and link us to your site again?

    Thanks!

Viewing 7 posts - 16 through 22 (of 22 total)
  • You must be logged in to reply to this topic.