-
AuthorPosts
-
August 12, 2014 at 11:08 am #200450
I make many slideshow by JA-Slideshow in JAbiz Template for my website, the slide show is consist of 1240pixel width pictures. How can I config my website to show 100%fullwidth on any screen all-time.
TomC
Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 12, 2014 at 9:34 pm #545723So that we can try to best assist you, please provide the url of the site you’re working on
August 12, 2014 at 11:30 pm #545730I,m working on local host now but plan to use on http://www.miramarbangkok.com
August 12, 2014 at 11:57 pm #545733From your advice to someone on this webboard.
I try this code on template.css on red theme
.container {
background: none repeat scroll 0 0 #ffffff
width: 100%;
and
.t3-slideshow .main-container.slideshow {
margin-left: auto;
margin-right: auto;
width: 75%;
on mod-jaslideshow.css
but it doesn’t have anything change,what is my mistake?
How I could do for the next.Eragon H Friend
Eragon H
- Join date:
- July 2014
- Posts:
- 468
- Downloads:
- 1
- Uploads:
- 39
- Thanks:
- 5
- Thanked:
- 156 times in 149 posts
August 13, 2014 at 9:36 am #545816Hi Kerasamui,
Please add below code to the root/templates/ja_biz/css/custom.css (please create a new one if unavailable)
[PHP] .container {
width: 100%;
}. t3-slideshow .main-container.slideshow {
width: 80%;
position:relative;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
}.ja-slide-item img {
position:relative;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
}[/PHP]You may need clear cache to see the changes
Best regards
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by Eragon H 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum