Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1178303
    flokaheli
    Participant

    dear x-theme team,

    i found this entry in another post here.

    footer.x-colophon.top .x-column:first-of-type, footer.x-colophon.top .x-column:last-of-type {
    width: 16.8%;
    }
    footer.x-colophon.top .x-column:nth-of-type(3) {
    width: 30.66666%;
    }

    https://community.theme.co/forums/topic/how-to-change-the-width-of-footer-widgets/#post-902718

    on my site now the third widget is a bit bigger

    what do I have to change that the 4th (last on the right) widget is the only one a bit bigger than the others

    thank you for your help!

    #1178616
    Joao
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1179186
    flokaheli
    Participant
    This reply has been marked as private.
    #1179203
    Christopher
    Moderator

    Hi there,

    Please remove this code :

    footer.x-colophon.top .x-column:nth-of-type(3) {
        width: 30.66666%;
    }
    
    footer.x-colophon.top .x-column:first-of-type, footer.x-colophon.top .x-column:last-of-type {
        width: 16.8%;
    }
    
    

    And add following code :

    .x-column.x-md.x-1-4.last {
        width: 36%;
    }
    footer.x-colophon.top .x-column {
        width: 16.8%;
    }

    Hope it helps.

    #1179271
    flokaheli
    Participant

    thank you very much!

    #1179276
    Nabeel A
    Moderator

    Glad we could help 🙂

    Cheers!

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