Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • interclass74 Friend
    #193708

    Hi, I have à large images for my slides (1430px) and the original size of the ja slideshow module is 960px.
    If I change the size of the Main Item width or the Mask Width to 1430px, the image is not centered.
    How can I do please ?
    Thank you.
    URL of the web site : http://www.access-lusitania.com/


    1. 2014-01-13_150813
    Nazario A Friend
    #518389

    @interclass74,

    Currently, I could not access your site because it is down for maintenance. But you can try to open file: /templates/ja_travel/css/template.css , then add this code:

    #ja-slideshow .main{
    width: auto;
    }

    Remember clear JAT3 cache.

    Let me know if this helps

    interclass74 Friend
    #518431

    Hi Nazario and thank you for your help,
    no this solution doesn’t work 🙁 and ther’s no #ja-slideshow .main{ in the /templates/ja_travel/css/template.css file.
    so the site is not for maintenance now if you want to see.
    Thank you.

    Nazario A Friend
    #518518

    @interclass74,

    You need to add the following new code into the file: /templates/ja_travel/css/template.css as per this image:

    #ja-slideshow .main{
    max-width: none;
    width: auto;
    margin: 0 auto;
    }
    #ja-slideshow .ja-slide-thumbs-wrap.ja-horizontal, .ja-horizontal {
    width: auto !important;
    }

    Below are results when I test at my end for your reference:
    – On the larger screen:

    – On the small screen:

    Let me know if this helps.


    1. demo
    2. demo2
    3. Screenshot_3
    interclass74 Friend
    #518563

    Thank you Nazario but it is now left-aligned
    Look at the image and the web site.


    1. 2014-01-15_131542
    Nazario A Friend
    #518615

    @interclass74,

    Please add the following new rule into the file: /templates/ja_travel/css/template.css:

    .ja-slide-main-wrap{
    margin: 0 auto;
    }

    Let me know how it goes.

    interclass74 Friend
    #518717

    Thank you Nazario, it work now 🙂
    Thank you very much for your help.
    <em>@Nazario A 406121 wrote:</em><blockquote>@interclass74,

    Please add the following new rule into the file: /templates/ja_travel/css/template.css:

    .ja-slide-main-wrap{
    margin: 0 auto;
    }

    Let me know how it goes.</blockquote>

    davilico Friend
    #518908

    In the same way how to increase the font text showed intro text, in slide show or show text in bold characters?

    Nazario A Friend
    #518989

    @davilico,

    You can try to add following CSS declaration into the file: /templates/ja_travel/css/template.css

    #ja-slideshow p {
    font-size: 14px;
    font-weight: bold;
    }

    Remember clear JAT3 cache after making such change.

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 3 voices, and was last updated by  Nazario A 10 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum