Hi, I am near finishing our site.
When I view in mobile the logo looks very small and not good.
I see the place to change logo in style settings but can't see how to keep it large in mobile view.
Thank you for any help
The template is ja_helple

Hi @randelld,
I am logged in with the account you provided but this account does not have permission to edit or add custom styles. Can you reset the permissions for the account you provided?
Kind regards,

Hi cssyeah,
Sorry about that and thank you for looking. I have managed to sort it.
For anyone else that might be looking for this fix

This is what controls it
.navbar-brand.logo-control img.logo-img-sm {
max-width: 60px;
}

Just add this to custom CSS and change the value to suit

  • Edited

Hi,
Great! Add the CSS rules below to the custom.css file to remove the horizontal scrollbar when viewing the website on mobile.

.acm-contact-info .contact-follow {
  flex-wrap: wrap;
}
Write a Reply...
You need to Login to view replies.