Archived topic
Logo size issue in mobile view
3 replies · Started by Dev on December 20, 2020
Hello,
I want to increase the logo size in mobile view. Please check the screenshot below.
Hi,
Your site's header is setup with Thrive Architect.
Thrive Architect is a third party plugin that is outside of our scope of support, unfortunately.
Its best to ask their support team about this.
Hello,
Please see the below page; on that page, I have set the logo through GPP.
http://www.diveshtechanalysis.com/blog
I want to increase the size in GPP mobile view.
Please let me know.
You can adjust its size by adding this CSS:
nav#mobile-header .site-logo, nav#mobile-header .site-logo img {
height: 70px;
}
Change/adjust 70px value to your preference.