Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1223524
    jaime_gre
    Participant

    Hi,

    Is it possible to change the layout of the footer from equal columns (1/2 + 1/2) to 2/3 + 1/3?

    Thank you

    #1223538
    Lely
    Moderator

    Hi Jaime,

    Are you referring to footer widgets areas? That might be possible with some custom CSS. To help you better, please share your site URL and then point us exactly which part should be adjusted.

    #1223727
    jaime_gre
    Participant

    Hi,

    Yes, I’m referring to footer widget areas. I want to make a 1/3 + 2/3 column layout in the footer, where the “partners” column is.

    The URL is http://www.citrusagenciacreativa.com/clientes/healthspace/

    Thank you

    #1223991
    Joao
    Moderator

    Hi There,

    Devide your footer in 2 widgets area.

    And add the following code to Appereance > Customizer > Custom > CSS

    
    .x-colophon.top .x-column.x-1-2:first-child {
    width: 31%;
    }
    .x-colophon.top .x-column.x-1-2:last-child {
    width: 62%;
    }

    Hope that helps

    Joao

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