1. MikePritchard
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 25 March 2024
  5.  Subscribe via email
This problem appears on the demo too:
https://www.joomla51.com/demo/0118/index.php/features/module-positions
If you reduce the screen width the slides don't automatically resize.
Is there a solution for this?

The one we are building is here:
https://healthprosnw2223.www190-92-177-35.a2hosted.com/index.php
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Replace me with the text you want to insert...To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

@media only screen and (max-width: 1024px) {
#container_header {
display: block;
}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you, thank you, thank you! You are a genius! That works perfectly.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
That's great... thank you for the update :)

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


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