Change the size of the logo in the bar menu

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Booklium Change the size of the logo in the bar menu

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #905032
    Luis
    Participant

    Hello,
    How can i change the size of the logo in the bar menu?
    Mine appears very small.

    Thanks

    #907423
    J. Davis
    Keymaster

    Hi Luis,

    Thank you for your question. Please try to use the style below at Appearance > Customize > Additional CSS t increase width and size of logo in Booklium theme:

    @media(min-width:1024px){
    .site-branding .custom-logo-link img {
        max-width: 150px;
    }
    .site-header{
    	width:170px;
    }
    }

    I’d highly appreciate if you review Booklium theme here https://motopress.com/products/booklium/#reviews

    best regards,
    J. Davis

    #908549
    Luis
    Participant

    Thank you. It works.
    I’m not an expert in web. It’s my first website with wordpress and hotel booking plugin.
    The site is not already online (it will be very soon).
    With booklium it was very easy to do.
    Thanks a lot

    #909140
    J. Davis
    Keymaster

    Hi Luis,

    Thanks for your feedback. I’d highly appreciate if you share it on the page of Booklium theme as well https://motopress.com/products/booklium/#reviews

    best regards,
    J. Davis

    #925383
    Davide Baraldi
    Participant
    This reply has been marked as private.
    #929718
    J. Davis
    Keymaster

    Hi Davide,

    Thank you for your question. If you need to apply the style for all devices you may add the style below:

    .site-branding .custom-logo-link img {
    max-width: 150px;
    }
    .site-header{
    width:170px;
    }

    best regards,
    J. Davis

    #958262
    Tomislav Lukic
    Participant

    Hi,

    Can you let me know how can I use different logo image for mobile devices?

    #958264
    Davide Baraldi
    Participant

    hi, I solved it by installing a plugin for the mobile menu see: https://www.istellascohosting.com

    #958282
    Tomislav Lukic
    Participant

    Thanks Davide,

    Trying to avoide unneceserry plugIns if possible. Managed to solve it with a bit of custom css – If anyone needs it, here you go

    @media only screen and (max-width: 768px) {
    .custom-logo-link {
    content: url(“http://croator.eu/wp-content/uploads/2020/05/VA_Logo_Crni_Opti.png”) !important;
    height: 4em;
    }
    }

    I just started using motopress, are there any Facebook support/forum groups anyone is aware off?

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