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

    Hi,

    My website is http://www.amerikada-dogum.net/ . Its mobile form is not working pretty well as website. How can I resize FullScreen Slider’s width and height in Mobile form?

    #437022

    Hi ugursmsk!

    Try adding this to your custom CSS.

    @media screen and (max-width:500px) {
    #fullscreen_slider_0, #fullscreen_slider_0 * {
      max-height: 200px;
    }
    }

    Best regards,
    Elliott

    #437227

    Hi Elliott,

    I added this code to Enfold > General Styling > Quick CSS but it didn’t help.

    #437663

    Hey!

    Please try adding !important rule as following

    @media screen and (max-width:500px) {
    #fullscreen_slider_0, #fullscreen_slider_0 * {
      max-height: 200px !important;
    }
    }

    Best regards,
    Yigit

    #574110

    Answered Here

    • This reply was modified 8 years, 10 months ago by GrantNewton.
    #575612

    Hey!


    @ugursmsk
    : I checked the site but the css code was not applied to the element. Please post the login details here so that we can check the site.

    Regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.