Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1066618
    Right Angle S
    Participant

    Hi there,

    Is it possible to split our footer in to columns for mobile/tablet view so that there’s not one long list?
    I have attached a screenshot to show what I mean.

    Here is the live page: http://rightanglecreative.co.uk/creative-design-agency-new/

    Thanks in advance for your help,

    Nick

    #1066853
    Christian
    Moderator

    Hey Nick,

    Please add the code below in your Appearance > Customize > Custom > CSS

    @media (max-width: 979px) {
    .x-colophon.top .x-column.x-1-4 {
        width: 22%;
    }
    
    .x-colophon.top .x-column {
        float: left;
        margin-right: 4%;
    }
    
    .x-colophon.top .x-column.last {
        margin-right: 0
    }
    
    .x-colophon.top .x-column .widget:first-child {
        margin-top: 0;
    }
    }

    Hope that helps. 🙂

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