Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #258177

    Hi there,

    First of all: I love the enfold theme! It´s absolutely great!

    But, there´s a little problem by viewing my slider on mobile devices. I get a big white border on the right side of the layerSlider. On Desktop it works fine.

    http://www.timourban.de/coming-soon/

    Thanks for your help.

    Timo

    • This topic was modified 10 years, 7 months ago by TimoUrban.
    #258880

    Hi TimoUrban!

    Thank you for using the theme! Glad you like it.

    Please try this on Quick CSS or custom.css:

    @media only screen and (max-width: 480px) {
    div.ls-wp-fullwidth-helper, #top .avia-layerslider .ls-wp-container {
    width: 100% !important;
    }
    }

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    #258912

    Hi Ismael,

    I added the Code in Quick CSS, but it doesn´t fix the issue….

    Timo

    #258915

    Hi!

    Please edit your slider and go to Global options > Layout and set responsive under to 1140 – http://i.imgur.com/bYatMmz.png
    Also note that you are not using responsive layout. You can enable it in Enfold theme options > Responsive Layout active?
    Regards,
    Yigit

    #258954

    The slider-options are set as you said…
    To fix the problem I activated the responsive layout. Now the slider looks right :-)

    Another question: Now, on mobile-view, the nav button in the top is layered on top of my logo. How can I get my logo on mobile-devices a bit smaller?

    http://www,timourban.de/coming-soon/

    • This reply was modified 10 years, 6 months ago by TimoUrban.
    #258974

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 85%;
    height: auto !important; }}

    Regards,
    Yigit

    #258993

    Works fine, thank you very much!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Problem with LayerSlider width on mobile device’ is closed to new replies.