- This topic has 3 replies, 2 voices, and was last updated 9 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Mobile friendly – Restro Pro’ is closed to new replies.
Home › Forums › All Other Themes › Mobile friendly – Restro Pro
I have finished setting up my site, and moved it to http://www.weightlossteam.com
I am using the paid version of RESTRO PRO, and it is perfect for what I need. There is a programming glitch on the mobile side, where the logo comes across all jumbled and small on the cell phone, even though there is plenty of space for it to display correctly. Can you try to fix that? it would be ideal if the logo could take up the entire grey area at the top of the cell phone when using a mobile device to view the site. thanks.
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 { width:100%;}
}
Regards,
Shri
thank you it worked.
🙂
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 […]