Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1001820
    adagency2013
    Participant

    Anyone knows how to Make a div and its elements disappear in mobile. in my header I want the 2nd column (div) where site title is to disappear in mobile phone, so only the logo column remains.
    http://e64.39f.myftpupload.com

    #1002251
    Jade
    Moderator

    Hi there,

    Please add this CSS in the customizer:

    @media (max-width: 480px) {
        .x-logobar .section .span_2_of_5 {
            display: none;
        }
    }

    Hope this helps.

    #1002262
    adagency2013
    Participant

    It worked . Thanks

    #1002558
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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