Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1276483
    draper3000
    Participant

    Hi

    Just a couple of bits of help required please.

    Can you please let me know the CSS code to add 20px of padding to the left and right of the comment box on blog posts. (it’s right on the edge when viewed at mobile sizes).

    Plus is it possible to add space between the blog post title text and the featured image, as it looks a bit bad being so close.

    Here’s an example blog post showing the problem:

    Mobile animation Studio

    #1276561
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in!

    1. Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-comments-area {
        margin: 3.5em 20px 0 !important;
    }

    2. Use this code to add some spacing between the featured image and title:

    .entry-header {
        margin-bottom: 20px !important;
    }

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

    #1278481
    draper3000
    Participant

    Great worked a treat, many tnanks.

    #1278484
    Rad
    Moderator

    You’re so much welcome!

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