Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1417491
    Basstimg
    Participant

    Hi my website is :

    http://elastic-lounge.com/wedding_singer/

    Can you help me I am trying to work out how to alter the size of the logo in the nav bar so that on mobile phones the drop down menu is on the same level as the logo (rather than underneath which makes the section too high)

    Is it possible to do this?

    Thanks

    #1417518
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Could you please try adding the following CSS media query into your Customizer, Custom > CSS area.

    
    @media (max-width:320px){
      .x-brand.img > img {
        width: 250px;
      }
    }
    

    Hope that helps.

    #1417874
    Basstimg
    Participant

    Hi I actually already have that code but it hasn’t worked ? could you suggest anything else ?

    #1418174
    Joao
    Moderator

    Hi There,

    Please try:

    @media (max-width:480px){
      .x-brand.img > img {
        width: 220px;
      }
    }

    Hope it helps

    Joao

    #1418284
    Basstimg
    Participant

    Thanks it worked but looked too small so i ajusted the figures and its looking alot better thankyou

    Tim

    #1418597
    Prasant Rai
    Moderator

    Happy to hear that. Feel free to ask us again. Have a great day! 🙂

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