1. gerhardver
  2. Commercial Templates
  3. Thursday, 09 April 2015
  4.  Subscribe via email
Good day.

Please assist with responsive issues with various of your templates - have tried everything but no success - Content get squashed on Mobile Devices - Logos do not resize - and with different of your templates, and in different projects.

Regards
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of these issues that you are having?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
The home page does exactly the same http://crazy-pools.co.za/ and we are experiencing the same problem with similiar other sites using your templates.
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Any suggestions - we need to get this resolved as our clients are not happy.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

In the URL provided your logo appears to be resizing as it should on smaller screen devices. Something you may wish to resolve for this page is the number of columns your content is displayed in. To do so you can edit the col-4 class width using the custom CSS fields available in the 'Responsive Options' tabs of your templates parameters. So for example you can add the following to the 'Phone (L/scape) Custom CSS' field to display your content in 2 columns on mobile landscape...


.col-4 {
width: 50%;
}


And add the following to the 'Phone (Portrait) Custom CSS' field for a 1 column layout on mobile portrait...


.col-4 {
width:100%;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


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