1. maggy3003
  2. Commercial Templates
  3. Sunday, 08 February 2015
  4.  Subscribe via email
Hello,
I have one problem, the slogan text do not display correctly on Mobilphone (Portrait and Landscape);
it "runs out of the display".
Please habe a look here.
Thanks in advance
Maggy
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Maggy

Your slogan is particularly long, you can reduce the size of the text in smaller screen devices however for it to fit on smaller screen devices will eave the text to small to read. your best option may be to hide the slogan on smaller screen devices. You can do this by adding the following to the Custom CSS field of your templates parameters...


@media only screen and (max-width: 767px) {
p.site-slogan {
display: none;
}}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán,
not the happiest solution ;) but thanks anyway!

Maggy
  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!