1. web@netcommitalia.it
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 25 October 2024
  5.  Subscribe via email
Hi, I would like the logo to be centered on the mobile version of the site, can you help me?
Thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

@media only screen and (max-width: 767px) {
.logo {
justify-content: center;
}
}


Ciaran
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!