Nina

0
Votes
Undo
  1. nickymcn
  2. Sherlock Holmes
  3. General
  4. Monday, 19 December 2022
  5.  Subscribe via email
I have simple site that uses Nina, I would like the logo which is text to resize when on the mobile and at the moment it is not. Can you please provide some code so it will do this.
References
  1. https://www.mmdl.co.nz/
Accepted Answer Pending Moderation
0
Votes
Undo
One possibility is:
In your template styles in the "Responsive Options" under the "Responsive Custom CSS" : "Phone (Portrait) Custom CSS" :
enter the following code: (then replace the px size yourself)


.logo-text {
font-size: 6px;
}


And then test it with your cell phone
  1. more than a month ago
  2. General
  3. # 1
  • Page :
  • 1


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