Archived topic
Logo size in mobile (using navigation as header option)
3 replies · Started by Alan Gautham on March 21, 2019
Viewing posts 1–4 of 4
How to increase Logo size in mobile. Its very small now. Seems to having some padding around it. How to remove it? Using new navigation as header option GP1.8 ALPHA
Hi there,
you can do this to reduce ( or remove ) the padding:
@media (max-width: 768px) {
.navigation-branding img {
padding: 4px !important;
}
}
That worked as expected😊
Thank u David for the css
Have a nice day👍
You're welcome
This archived topic is closed to new replies.