Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1014575
    Noaviv
    Participant

    Hello,

    I am trying to increase the padding on all pages that have to do with my blog by adding it to .x-main.full in my child theme.

    I just want to make sure I get all the pages, blog, posts, archive, etc. Can you let me know the body classes on those pages so I make sure I get all of them? .blog .x-main.full etc.

    I hope that makes sense. Basically I want to make a global change to all pages that have to do with my blog and want to make sure I catch everything.

    Thank you

    #1014855
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    Should be like this,

    .blog .x-main.full,
    .page .x-main.full,
    .single-post .x-main.full,
    .archive .x-main.full {
    
    }

    Though, since it includes everything (including page that isn’t a blog), then it’s best to simplify it to this

    .x-main.full {
    
    }

    Thanks!

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