Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1285069
    dihetherington
    Participant

    Hello,

    I have setup a footer area for 4 widgets for http://www.newlook.chaselife.tech . How do I get it to change from 4 widgets across to 2 widgets across in two rows in mobile view?

    Kind regards

    David

    #1285127
    Joao
    Moderator

    Hi David,

    Please add the following code to Appreance > Customizer > Custom > CSS

    @media(max-width: 769px) {
    .x-colophon .x-column.x-1-4 {
        width: 50%;
        float: right;
        margin-bottom: 30px;
    }
    .mc4wp-form-theme-red input[type=email] {
    
        width: 60%;
    }
    }

    Hope it helps

    Joao

    #1285622
    dihetherington
    Participant

    Hi Joao,

    That’s great thank you 😀

    #1285701
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

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