Archived topic
Mobile logo too small
3 replies · Started by Charles on February 2, 2018
Hi Tom,
Sorry for my n00bness here but I have been searching for information on the forum on how to change the size of the logo on the mobile side.
I have tried the various CSS notes on other support topics here but that doesn't seem to solve my particular issue.
On the desktop and tablet view, the logo is the proper size. When I go to mobile, the logo is very small.
If you need access to WP, let me know.
Regards,
Chuck
Hi there,
Can you try this CSS:
@media (max-width: 768px) {
.inside-header {
padding: 0;
}
}
Hi Leo,
That did the trick! Thank you sir.
You and Tom support the GP users at a very high customer service level. We all appreciate it!
Chuck
Glad we could help :)