Logo over menu in mobile version

Home Support Business Point Logo over menu in mobile version

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12733
    Anonymous
    Inactive

    Hello!
    Is there a way to increase the size of the logo in the nav bar so it doesn’t cover the menu on the mobile version?
    See here: http://www.innovaspray.com.au/ (mobile phone version)

    It looks great on desktop and tablet but on mobile the logo goes over. I wouldn’t like the logo to be ay smaller so can’t go with the 70 recommended. Is there any way to increase it to 100px or so?
    Thank you!

    #12750
    nirav
    Keymaster

    Hello Myebra,

    Greetings of the day!

    Please follow the below-mentioned steps to perform the update.

    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS”

    @media only screen and (max-width: 767px)
    {
    		.site-branding
         {
    		width: 110px;
         }
    }

    4) Save the file

    Hope this helps.

    Feel free to get in touch in case of other queries.

    Thanks and Regards,
    Team ProDesigns

    • This reply was modified 4 years, 7 months ago by nirav.
    #16475
    Anonymous
    Inactive

    Thank you for sharing …. very useful information.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.