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, 6 months ago by Tomislav Lukic.
- AuthorPosts
- January 15, 2020 at 9:14 am #905032LuisParticipant
Hello,
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. DavisKeymasterHi 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 #908549LuisParticipantThank 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. DavisKeymasterHi 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 BaraldiParticipantThis reply has been marked as private.March 12, 2020 at 4:12 pm #929718J. DavisKeymasterHi 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 LukicParticipantHi,
Can you let me know how can I use different logo image for mobile devices?
May 25, 2020 at 8:37 am #958264Davide BaraldiParticipanthi, I solved it by installing a plugin for the mobile menu see: https://www.istellascohosting.com
May 25, 2020 at 9:06 am #958282Tomislav LukicParticipantThanks 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.