- This topic has 6 replies, 2 voices, and was last updated 9 years, 1 month ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › iphone logo to small
I am trying to adjust the size of my logo when it appears on an iPhone. Can someone help please.
This is regards to the Repair Theme.
Hi Tom,
Kindly show us your website URL.
Regards,
Brad
Foytec.com/Web
Hi Tom,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and ( max-width:767px) {
#logo img { max-height:100%;}
}
Regards,
Brad
We have no custom CSS box to make that change only a CSS editor.
I saw that in another post.
Again we are using the repair theme.
Hi Tom,
You can add the code in style.css
Go to Appearance>>Editor>>Style.css and paste the code in the end of the all classes.
Regards,
Brad
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 […]