Hi Support Team, Theme default logo size is too small, I wold like to make logo size same as uploaded logo size. Also, would like to increase the size in mobile view. I did read the thread about logo size, It did not help me at all. Thank you!
Hi, To increase the logo size, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #logo img { max-height: 100% !important; width: 100% !important; } @media only screen and (max-width: 480px){ #logo img { max-height: 100% !important; width: 100% important } } @media only screen and (max-width: 767px) and (min-width: 480px){ #logo img { max-height: 100% !important; width: 100% important } } Hope this helps...! Regards, Akbar InkThemes.com
Hi, I am glad to inform you that- I have just configured the logo size, Kindly visit your site and acknowledge us for the same. Regards, Akbar InkThemes.com