Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1058011

    Hi there,

    Is it possible to set 3 FOOTER columns widths as 1/4, 1/4 and 1/2?

    thank you

    #1058069
    Paul R
    Moderator

    Hi,

    Yes, it’s possible.

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-colophon.top .x-container.max.width .x-column:nth-child(1) {
          width: 22%;                   
    }
    
    .x-colophon.top .x-container.max.width .x-column:nth-child(2) {
          width: 22%;                   
    }
    
    .x-colophon.top .x-container.max.width .x-column:nth-child(3) {
          width: 48%;                   
    }
    

    Hope that helps.

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