Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1097082
    Catherine R
    Participant

    hi themeco,

    I’ve tried many combinations, but for some reason resizing the logo is not taking.
    I really need to to be smaller for tablet and phone.

    Here is the last CSS I tried:
    @media (max-width: 978px) {
    .x-navbar img {
    width: 150px !important;
    left: -15px !important;
    top: 12px !important;
    }
    }

    I have the logo set at 300px in the Customizer.

    any and all suggestions are welcome! thank you.

    #1097083
    Catherine R
    Participant
    This reply has been marked as private.
    #1097149
    Rahul
    Moderator

    Hey There!

    Thank you for using the theme!

    Use this CSS :

    @media only screen and (max-width: 400px) {
    .x-brand img {
    width: 70%;
    position: absolute;
    top: 20px;
    }
    }

    I hope that helps.

    #1097388
    Catherine R
    Participant

    hi themeco, I wish I could say that helped, but I don’t see any difference…
    pref right before 979 for tablet, including mobile.

    do you think it has to do with the logobar height?

    #1097405
    Joao
    Moderator

    Hi There,

    Please try adding the following code to Appereance > Customizer > Custom > CSS

    
    @media only screen and (max-width: 979px) {
    .x-brand img {
    width: 75px !important;
    }
    }

    Let us know how it goes

    Joao

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