-
AuthorPosts
-
August 27, 2013 at 1:51 pm #190075
Hi!
How do I use the slideshow in the responsive disabled layout?
When responsive is disabled the slideshow uses the whole width of the screen – getting bigger than the template.
In the mobil version it reduces it’s size.The reason I disabled responsive is that I don’t like the responsive layout on very mobil diveses. And I don’t know how to make the mobil layout look like the normal layout.
Any help in how I can resize the slideshow or change the mobil layout to look like the normal layout is appreciated.
Thanks!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 28, 2013 at 9:37 am #503760You can try with my below solution:
Create custom.css file in templates/ja_beranis/css/ folder
Add new script
@media (max-width: 767px) {
.hidden{
display: block !important;
}
}August 28, 2013 at 4:58 pm #503807Unfortunately that didn’t work.
Is there any other solution that I can try?Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 29, 2013 at 4:37 am #503875It would be great if you can include URL of your site and i will try to help you then.
September 2, 2013 at 7:26 am #504240The URL is: http://dev-uwerk.ganserdesign.com
I PM you the login details, I hope you received them.Thanks for your help.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 2, 2013 at 3:50 pm #504264You can try with below my other solution.
Open templates/ja_beranis/css/template.css file
From
.container {
background-color: #fff;
padding-left: 40px;
padding-right: 40px;
-webkit-box-shadow: 2px 20px 20px 0 rgba(0,0,0,0.5);
-moz-box-shadow: 2px 20px 20px 0 rgba(0,0,0,0.5);
box-shadow: 2px 20px 20px 0 rgba(0,0,0,0.5);
}
Change to
.container {
background-color: #fff;
padding-left: 40px;
padding-right: 40px;
-webkit-box-shadow: 2px 20px 20px 0 rgba(0,0,0,0.5);
-moz-box-shadow: 2px 20px 20px 0 rgba(0,0,0,0.5);
box-shadow: 2px 20px 20px 0 rgba(0,0,0,0.5);
width: 800px !important;
}
1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by sobini 11 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum