Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1289765
    t.rost
    Participant

    Hi there,

    I changed the responsive behavior of the footer widgets according to this threat: https://community.theme.co/forums/topic/responsive-footer/

    I now would like to adjust the first and the third widget so they are at same height, how is this possible?

    Regards
    Thomas

    #1289769
    t.rost
    Participant
    This reply has been marked as private.
    #1289791
    Paul R
    Moderator

    Hi,

    To fix it, you can add this under Custom > edit Global CSS in the Customizer.

    
    @media only screen 
      and (min-device-width: 480px) 
      and (max-device-width: 979px)  {
    .x-colophon.top .x-column.x-1-4:nth-child(2) .widget.widget_text{
       margin-top:0;
    }
    }
    

    Hope that helps.

    #1289987
    t.rost
    Participant

    It helped, thanks a lot!

    #1289995
    Joao
    Moderator

    Glad to hear it,

    Joao

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