1. KChev
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 15 April 2016
  5.  Subscribe via email
When I view the home page of tchevalier.com on a laptop it looks fine when the browser window is full screen. But if I decrease the width of the window by pulling the side, two of the modules shrink but the type in them doesn't adjust for a good number of pixels until the phone/tablet version switch happens. So there's a gappy bit where the type and images in the module overflows the container. I thought this was just a fluke on my own laptop and that no one would notice, but a couple of people pointed it out to me. Any custom code available that would rectify this?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank KChev

We hope to have now resolved this issue by increasing the break point of your mobile menu?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Perfect! Thank you!

I might use this template again. Is this a fix that will be incorporated into an update or should I just come to you again if the issue arises in the future?
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi KChev

To amend you can edit the following in your templates styles.php (line 38)...


@media only screen and (max-width: <?php echo ($wrapper_width + 360); ?>px) { 


Change to....


@media only screen and (max-width: <?php echo ($wrapper_width + 380); ?>px) { 


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


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