- This topic has 5 replies, 2 voices, and was last updated 4 years, 8 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › windows and doors theme – logo size on mobile/tablet device
Hi,
I’m using the windows and doors theme and the size of my logo is huge on mobile/tablet devices, how can I change this please?
https://oakhouseblinds.co.uk
Thanks
Rebecca
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (min-width:768px) and (max-width:1000px) {
.logo img { height:100px !important;}
}
Regards,
Dave
Hi Dave,
Thanks thats great. There is a lot of padding underneath the logo, how do I make that smaller?
Thanks
Rebecca
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.logo { padding-bottom:0 !important;}
.tagline { margin-top: -10px !important;}
Regards,
Dave
Thanks Dave, all sorted 🙂
Hi,
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Dave
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]