Home › Forums › All Other Themes › windows and doors theme – logo size on mobile/tablet device
- This topic has 5 replies, 2 voices, and was last updated 2 years, 4 months ago by
Forum Moderator.
Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
January 5, 2021 at 7:31 pm #172233
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
January 6, 2021 at 12:49 pm #172292Hi,
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,
DaveJanuary 6, 2021 at 2:23 pm #172307Hi Dave,
Thanks thats great. There is a lot of padding underneath the logo, how do I make that smaller?
Thanks
Rebecca
January 7, 2021 at 12:21 pm #172374Hi,
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,
DaveJanuary 7, 2021 at 3:17 pm #172404Thanks Dave, all sorted 🙂
January 8, 2021 at 12:05 pm #172572Hi,
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Dave -
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.