Free and Premium WordPress Plugins & Themes Forums WordPress Themes Booklium Change the size of the logo in the bar menu
- This topic has 8 replies, 3 voices, and was last updated 4 years, 9 months ago by
Tomislav Lukic.
- AuthorPosts
- January 15, 2020 at 9:14 am #905032
Luis
ParticipantHello,
How can i change the size of the logo in the bar menu?
Mine appears very small.Thanks
January 21, 2020 at 1:25 pm #907423J. Davis
KeymasterHi 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. DavisJanuary 23, 2020 at 10:06 am #908549Luis
ParticipantThank 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 lotJanuary 24, 2020 at 12:05 pm #909140J. Davis
KeymasterHi 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. DavisMarch 3, 2020 at 2:45 pm #925383Davide Baraldi
ParticipantThis reply has been marked as private.March 12, 2020 at 4:12 pm #929718J. Davis
KeymasterHi 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. DavisMay 25, 2020 at 8:33 am #958262Tomislav Lukic
ParticipantHi,
Can you let me know how can I use different logo image for mobile devices?
May 25, 2020 at 8:37 am #958264Davide Baraldi
Participanthi, I solved it by installing a plugin for the mobile menu see: https://www.istellascohosting.com
May 25, 2020 at 9:06 am #958282Tomislav Lukic
ParticipantThanks 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?
- AuthorPosts
- You must be logged in to reply to this topic.