Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #991318
    danny
    Participant

    Hi there,
    I’m trying to remove the padding 45px from x-section-1. When I use the custom CSS the theme seems to be putting inline CSS that overwrites it. I’ve tried !important and also Jquery hacks but no luck..

    Can you help?

    Danny

    http://www.curiousmind.co

    #991357
    Thai
    Moderator

    Hi Danny,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .textwidget #x-section-1 {
        padding-bottom: 0 !important;
    }

    Hope it helps 🙂

    #1012842
    danny
    Participant

    Hmm that doesn’t seem to have worked – see http://www.curiousmind.co on mobile and scroll to footer. Its still got chunky padding

    #1013035
    Lely
    Moderator

    Hi There,

    The CSS is working. It removes the padding of the section in the footer which is the space between the form and the social icons. See attached screenshot.
    If you’re referring to the space below the social icons and want to remove it please add this CSS instead:

    .x-colophon.bottom {
        padding-bottom: 0;
    }

    Hope this helps.

    #1038163
    danny
    Participant

    Hi there,
    Sorry i’ve not been explicit enough, i’m talking about the padding on the left and right..

    see screengrab

    #1038167
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .x-colophon.top div#x-section-1 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    Hope it helps 🙂

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