Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1107658
    lars96
    Participant

    I tried to find this answer in the forums. How do I control the spacing between footer widget top bar and the start of footer widget content? Refer to bottom of my site at http://www.graphic-design-santa-clarita.com

    #1108168
    Lely
    Moderator

    Hi There,

    Thanks for posting and giving us your site URL. I think this is the same with this thread:https://community.theme.co/forums/topic/control-spacing-after-footer-widget-top-bar/#post-1108161
    Please adjust 5% on this custom CSS:

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

    The first 5% on that line is the top spacing while the second 5% is the bottom space.

    Hope this helps.

    #1109483
    lars96
    Participant

    I did find that one and I tried it, but what I want is more spacing between that top line in each footer widget and the text in that footer widget…like between the ‘line’ and ‘logos’ for example.

    #1109733
    Jade
    Moderator

    Hi there,

    Please try these codes:

    footer .widget:before {
        display: none;
    }
    
    footer.x-colophon.top .x-column {
        border-top: 2px solid rgba(255,255,255,0.1);
        padding-top: 40px;
    }

    Hope this helps.

    #1110407
    lars96
    Participant

    this worked…thanks…

    #1110639
    Lely
    Moderator

    You’re welcome!

    Cheers!

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