Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1158848
    goalsarecool
    Participant

    1- How can I center the title and meta data of posts only? I don’t want to change .entry-header because it impacts pages as well.

    2- How can I decrease the padding on full width posts only? I think it’s padding and not margin I’m looking for. I trying to make the posts content (only) thinner on the page.

    Thanks!
    Blake

    #1159083
    Jade
    Moderator

    Hi Blake,

    You can add this under Custom > CSS in the Customizer.

    .single-post .entry-header {
        text-align: center;
    }
    
    .single-post .entry-wrap {
        padding: 40px;
    }

    Hope this helps.

    #1159208
    goalsarecool
    Participant
    #1159337
    Darshana
    Moderator

    Hi there,

    Upon checking, I see that your Titles and Meta is already centered (https://snag.gy/uv2AyP.jpg).

    To dis-crease padding, use the following CSS rule.

    
    .blog .entry-wrap {
        padding: 30px;
    }
    

    Hope that helps.

    #1159347
    goalsarecool
    Participant

    Here is the code I used

    
    .blog .entry-wrap {
        padding: 200px;
    }
    

    It put a huge space at the top and bottom of the post though. Please see attached. How do get rid of the huge gaps?

    #1159355
    goalsarecool
    Participant

    forgot to attach

    #1159365
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Please use the code shared my our staff in previous reply. Looks like you have removed the code as i don’t see the space on your website. Request you to please confirm.

    http://prntscr.com/cdjx1p

    Thanks.

    #1159370
    goalsarecool
    Participant
    #1159390
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Please navigate to inspector panel of relevant section to remove padding. We request you to please walk-through following screencast:

    http://screencast.com/t/JciJqMLp7

    Change padding-top value as per your requirement.

    Thanks.

    #1159398
    goalsarecool
    Participant

    Please check again. http://goalsarecool.staging.wpengine.com/posts/

    -i’m trying to have full width on posts only (700 width). I still want a sidebar on certain pages.
    -The gap at top and bottom of posts needs to be removed
    -the bolded text and lack of gap between posts starting at the post about the store needs to be fixed

    #1159402
    goalsarecool
    Participant

    the gap is gone and i managed to get full width on posts. Now, how do i get my sidebar back on certain pages like http://goalsarecool.staging.wpengine.com/member-dashboard/

    Also, still need help with the font issue that starts at the post called The Goals Are Cool Store Is Open For Business! here http://goalsarecool.staging.wpengine.com/posts/

    #1159447
    Rad
    Moderator

    Hi there,

    Would you mind providing your login credentials in private reply? I like to check if it’s due to customizer’s setting, or just custom code. If it’s due to customizer, then you can simply set your layout to Sidebar – Content and have your Blog layout set to global.

    About the font, it’s because of You Might Like…. It has no </strong> and </span> which causes other text formatted the same.

    <p style="text-align: center;"><strong><span style="font-size: 25pt;">You Might Like…</p>

    Should be like this

    <p style="text-align: center;"><strong><span style="font-size: 25pt;">You Might Like…</span></strong></p>

    Please properly close all elements.

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1158848 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>