Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1211905
    Geert S
    Participant

    I would like to reduce the margins/paddings above and below my footer widgets. I’ve noticed I’m not the first to ask, but I’ve tried six or seven solutions suggested in other threads and none of these seem to work for me.

    My site is here: http://www.deconstructionart.com/
    All is up to date.
    Login details to follow (private).

    #1211906
    Geert S
    Participant
    This reply has been marked as private.
    #1212051
    Joao
    Moderator

    Hi There

    Please add the following code to Appereance > Customizer > Custom > CSS

    .x-colophon.top {
         padding: 2% 0 2% 0;
    }

    Hope that helps

    Joao

    #1212064
    Geert S
    Participant

    Hi Joao,

    Thank you, but unfortunately that doesn’t seem to change anything.

    #1212459
    Darshana
    Moderator

    Hi there,

    I have added the following CSS rules for you.

    
    .x-colophon.top {
         padding: 2% 0 2% 0 !important;
    }
    .x-colophon.bottom {
        padding: 0;
    }
    

    Let us know if that helps.

    #1212535
    Geert S
    Participant

    Hi there,

    That’s perfect, thanks! 🙂

    One further question, though:
    I had been trying to add all suggestions in dashboard/appearance/editor/style.css (to put it in my childtheme, I thought) but this is in customizer/custom css. If I remember correctly, that means it will disappear with the next update. Is there a way to put it in my childtheme forever and ever?

    #1212833
    Thai
    Moderator

    Hi There,

    Don’t worry, the custom CSS under Customizer > Custom > Global CSS will be safe when you update the theme / plugin.

    Cheers!

    #1212834
    Geert S
    Participant

    Thanks for the reassurance. You guys and gals are the greatest!

    #1212850
    Lely
    Moderator

    Hi Geert,

    The content on Appearance > Customize > Custom > Edit Global CSS will not disappear on theme updates. It is in the database. But feel free to move it on you child theme style.css file.

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