Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • sobini Friend
    #190075

    Hi!

    How do I use the slideshow in the responsive disabled layout?
    When responsive is disabled the slideshow uses the whole width of the screen – getting bigger than the template.
    In the mobil version it reduces it’s size.

    The reason I disabled responsive is that I don’t like the responsive layout on very mobil diveses. And I don’t know how to make the mobil layout look like the normal layout.

    Any help in how I can resize the slideshow or change the mobil layout to look like the normal layout is appreciated.

    Thanks!

    Ninja Lead Moderator
    #503760

    You can try with my below solution:

    Create custom.css file in templates/ja_beranis/css/ folder

    Add new script

    @media (max-width: 767px) {
    .hidden{
    display: block !important;
    }
    }

    sobini Friend
    #503807

    Unfortunately that didn’t work.
    Is there any other solution that I can try?

    Ninja Lead Moderator
    #503875

    It would be great if you can include URL of your site and i will try to help you then.

    sobini Friend
    #504240

    The URL is: http://dev-uwerk.ganserdesign.com
    I PM you the login details, I hope you received them.

    Thanks for your help.

    Ninja Lead Moderator
    #504264

    You can try with below my other solution.

    Open templates/ja_beranis/css/template.css file

    From


    .container {
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-shadow: 2px 20px 20px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 20px 20px 0 rgba(0,0,0,0.5);
    box-shadow: 2px 20px 20px 0 rgba(0,0,0,0.5);
    }

    Change to


    .container {
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-shadow: 2px 20px 20px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 20px 20px 0 rgba(0,0,0,0.5);
    box-shadow: 2px 20px 20px 0 rgba(0,0,0,0.5);
    width: 800px !important;
    }

    sobini Friend
    #504383

    Thank A LOT! That worked!

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

This topic contains 7 replies, has 2 voices, and was last updated by  sobini 11 years, 2 months ago.

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