-
AuthorPosts
-
September 2, 2014 at 5:39 pm #201006
Hi, Joomlart ^^
1. I try to set width in the content’s page (example : http://archaeofact.com/management.html) I want this page look like the demo. How can I increase the width of t3-content.
Pic.1
2. more question please, I can’t set the slider to full width, Could you please, tell me how.
Thank you very much
Giff P
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 3, 2014 at 10:17 am #548130You can find my answer below with your request
#1: Using FTP account and open templates/ja_university_t3/tpls/blocks/home.php file
Find and change
<div id="t3-content" class="t3-content col-xs-12 col-md-6">
<div class="t3-sidebar col-xs-12 col-md-6">to
<div id="t3-content" class="t3-content col-xs-12 col-md-9">
<div class="t3-sidebar col-xs-12 col-md-3">#2: You can send me the screenshot where place do you need to show full width?
September 4, 2014 at 3:16 pm #548311Hi, Ninja Lead Thank you for your concern,
I want to change slider on Homepage to full width. ^^ http://archaeofact.com/
I try to set width to 1500px in modul configuration but it not working.Thank you very much
<em>@Ninja Lead 444028 wrote:</em><blockquote>You can find my answer below with your request
#1: Using FTP account and open templates/ja_university_t3/tpls/blocks/home.php file
Find and change
<div id="t3-content" class="t3-content col-xs-12 col-md-6">
<div class="t3-sidebar col-xs-12 col-md-6">to
<div id="t3-content" class="t3-content col-xs-12 col-md-9">
<div class="t3-sidebar col-xs-12 col-md-3">#2: You can send me the screenshot where place do you need to show full width?</blockquote>
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 5, 2014 at 4:55 am #548393Because width main site fixed with 1080px that’s why you set JA Slideshow Lite module with 1500px did not work. But you can fix it this way
Open templates/ja_university_t3/css/custom.css file and add new rule
.t3-slideshow .container {
width: 1500px;
}
Let me know if it helps
September 7, 2014 at 4:46 pm #548606Hi, thank you
I tried to put the code to custom.css , The width of slider is increase but it not look like the responsive’s slider. ^^
Then I was change 1500px to 100% but I found the borders on the left and right side.
How can change to responsive full width slider
Thank you very much
<em>@Ninja Lead 444379 wrote:</em><blockquote>Because width main site fixed with 1080px that’s why you set JA Slideshow Lite module with 1500px did not work. But you can fix it this way
Open templates/ja_university_t3/css/custom.css file and add new rule
.t3-slideshow .container {
width: 1500px;
}
Let me know if it helps</blockquote>
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 8, 2014 at 9:39 am #548694You can try to do with my solution below
Open templates/ja_university_t3/css/custom.css file
Change
.t3-slideshow .container {
width: 100%;
max-width: 1500px;
}To
.t3-slideshow .container {
width: 100%;
max-width: 100%;
padding-left: 0px;
padding-right: 0px;
}1 user says Thank You to Ninja Lead for this useful post
September 8, 2014 at 6:14 pm #548759Thank you very much ^^
<em>@Ninja Lead 444765 wrote:</em><blockquote>You can try to do with my solution below
Open templates/ja_university_t3/css/custom.css file
Change
.t3-slideshow .container {
width: 100%;
max-width: 1500px;
}To
.t3-slideshow .container {
width: 100%;
max-width: 100%;
padding-left: 0px;
padding-right: 0px;
}
</blockquote>AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by iarchies 10 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum