Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #563206

    LayerSlider WP is not full width on Mobile meaning that the image has a margin top and left, and does not stretch to the full width of the browser window: http://www.para-staging.xyz

    #563209

    Hey HYDROMAG!

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

    @media only screen and (max-width: 990px) {
    img.ls-bg.ls-preloaded {
        margin: 0!important;
        width: 100%!important;
    }}

    Cheers!
    Yigit

    #563214

    Thanks very much Yigit, Now when i view the site on a mobile device the img is squashed vertically so that it does not fill the container from top to bottom. is there anyway to fix this? Thanks.

    #563218

    Hey!

    Please remove the code i posted temporarily and try editing your slider and adjust “responsive under” values and check if that helps.

    Regards,
    Yigit

    #563260

    PERFECT! Worked a treat, thanks Yigit.

    #563276

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘LayerSlider WP not full width on Mobile’ is closed to new replies.