- This topic has 4 replies, 2 voices, and was last updated 9 years, 6 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Adjusting logo size on mobile – Photo Session Pro
Currently building this site – http://studiozflowers.com
I was able to make some adjustments to the header for the regular site to get it how I wanted it. I made the custom CSS changes so that they only take affect when looking at the site on a full-size screen.
I was trying to get the logo larger on the responsive version and perhaps nudge it over to the right a bit (such that it isn’t hugging the left side of the black header box) but was having trouble figuring out what I need to do here. I’m fairly new to using CSS with mobile-responsive sites, so any suggestions would be appreciated.
Thank you.
Hi Michael,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code:
@media screen and (min-width: 480px) and (max-width: 767px) {
.header .logo{ float:none !important; max-width:100% !important;}
.logo img {margin-bottom:0 !important;}
.mobile_nav{width:100% !important;}
#site-nav{width:100%; margin:0 !important;}
}
Regards,
Brad
I entered this custom CSS and nothing seems to change.
Hi Michael,
Kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact
Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
Brad
Hi Michael,
Yes send us your login information via email.
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 […]