1. cedrea
  2. Commercial Templates
  3. Tuesday, 30 January 2018
  4.  Subscribe via email
Hi Ciaran,
I would like to know what I can do to have the slideshowcontainer at a fixed height when used on smartphone.
In fact I would like to keep the height at 400px (for web and tablet and smatphone use) and have the picture cropped on its width when screen is thiner than 1900px.
:)
Thanks
Regards,
Cedrea
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Cedrea

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.slideshowcontainer, .slidesjs-container, .slidesjs-container img {
min-height: 300px;
overflow: hidden;
}


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


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