Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • brenot Friend
    #202146

    Hi, I change the module at the slideshow position, and i need to configure to my new module use FULL WIDHT… But its not happening… How is the best way to configure it?

    Thanks


    1. SLIDESHOW_ISSUE_OrtoGávea
    TomC Moderator
    #553281

    So that we can try to best assist you, please provide the url of the site you’re working on.

    brenot Friend
    #553282
    Eragon H Friend
    #553308

    Kindly add this code to root/templates/ja_nuevo/css/custom.css (create a new one if unavailable)

    .ja-slideshow .container {
    width: 100% !important;
    }

    Result: http://prntscr.com/4wwg6d

    You may need to clear cache to see the change.

    If the issue still persists, kindly PM the temporary admin account, I can have a look

    imthiaz Friend
    #1000019

    Hi

    Me too need the full width without any space on the right and left !

    Please guide ?

    Thank u

    Ninja Lead Moderator
    #1000183

    @imthiaz: You can apply to your site

    Open templates/ja_nuevo/css/custom.css file (create new if it does not exist) and add new rule

    .ja-ss-btns .ja-ss-prev {
        left: 0px;
    }
    
    .ja-ss-btns .ja-ss-next {
        right: 0px;
    }
    
    .ja-slideshow .container {
        width: 100% !important;
    }
    imthiaz Friend
    #1000430

    Hi

    I added the custom code but still their is space on the right and left !

    I want the slider to cover the full screen from left, right and bottom without any space !

    Please check the link http://spizonwebdesign.com/amancrete2/

    Thanx

    imthiaz Friend
    #1000485

    Hi

    I have solved the full with for left and right !

    help me the code for bottom, its not solved ?

    Thanx

    Ninja Lead Moderator
    #1000746

    Hi,

    You can use this way

    Open templates/ja_nuevo/css/custom.css file and add new rule

    .t3-footer .container {
        width: 100%;
    }

    Regards

    imthiaz Friend
    #1000772

    Hi

    I tried, its the same at the bottom part, this code doesn’t work !

    Please check !

    Thanx

    Ninja Lead Moderator
    #1000859

    Hi,

    I checked the URL of your site and saw it’s showing the full width of the footer page on your site: http://prntscr.com/dtbabh

    Regards

    imthiaz Friend
    #1001189

    Hi

    No ! i was referring to the main slider bottom, which has to adjust auto to responsive without a fixed !

    Please check ?

    Thank You

    Ninja Lead Moderator
    #1001210

    Hi,

    If possible, you can give me the screenshot and description on that, it will help to understand the problem on your site.

    Regards

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

This topic contains 12 replies, has 5 voices, and was last updated by  Ninja Lead 7 years, 4 months ago.

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