- This topic has 3 replies, 3 voices, and was last updated 7 years, 6 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › squashed logo on mobile skt naturo pro
Great theme! I refer to website www.raw-nlp.com
On viewing with a mobile device the logo in the header is squashed out of proportion.
How can we fix this please?
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) {
.header .header-inner .logo img { height:auto;}
}
Regards,
Shri
The above didnt work – however, I checked around this support forum and found another similar piece of code that does.
@media screen and (max-width:767px) {
.header .header-inner .logo img{height:auto !important;}
}
Just in case anyone is interested!
Great!!
Best WordPress Portfolio Plugins WordPress as an open source and self – hosted content management system is successfully used by thousands of people all around […]
Language Translator WordPress Plugin Your website cannot stand firm in the digital arena if it is not multilingual. If you want to achieve maximum results […]
Are you looking for the best WordPress SEO plugins for your WordPress websites? If yes, you have landed on the right page. This post talks […]