1. camicus
  2. Commercial Templates
  3. Friday, 17 April 2015
  4.  Subscribe via email
Hello,
Is there any way I could change the size of the logo text for the responsive layout (mobile device, portrait) in the Virtuoso template? My title doesn't quite fit width-wise within the module - some letters go off the side. The text size is good for tablets and computer screens, so it's only really the size on mobile devices I'd need to change. Can I do that in the "responsive.css" or "typo.css" files?
Thank you.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Camicus

You can try something like the following which can be added to the Custom CSS field of your templates parameters (edit to taste). This should only effect mobile portrait.


@media only screen and (max-width: 440px) {
h1.logo-text a {
font-size:32px;
}}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you so much for your quick and helpful reply, Ciarán, it works a treat.
/Cami
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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