- This topic has 1 reply, 2 voices, and was last updated 1 year, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hi Vako & co,
Our website dedicatedtodlp.com has gone live and we’re very happy with Ashe Pro!
There’s one issue with our header logo though, which is it becomes too small on mobile version. Could you let me know what code to insert to make it bigger?
Alternatively, what dimension do you suggest to use for uploading a mobile version of the logo in the Responsive menu?
Thanks!
Hi Marq,
At first, thank you for choosing our theme and service.
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
@media screen and (max-width: 880px) {
.logo-img {
max-width: 500px !important;
}
}
Kind Regards