- This topic has 1 reply, 2 voices, and was last updated 9 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › mobile Logo distorted
Hi,
Is there anyway at www.crossfitwestoftheriver.com to keep the logo (circle logo with Welcome to WOR at the side) the same as it is now on the desktop version but make it look normal on the mobile version? It is distorted when you you switch it to mobile or visit the site from your phone.
Thanks so much.
Hi,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width:768px){
.header .header-inner .logo img{height:auto !important;}
}
Regards,
Brad
