Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • iarchies Friend
    #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


    1. pro1
    Ninja Lead Moderator
    #548130

    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?

    iarchies Friend
    #548311

    Hi, 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>


    1. Screenshot_1
    Ninja Lead Moderator
    #548393

    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

    iarchies Friend
    #548606

    Hi, 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>


    1. Screenshot_1
    Ninja Lead Moderator
    #548694

    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;
    }

    iarchies Friend
    #548759

    Thank 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>

Viewing 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