• richeyrich85

    (@richeyrich85)


    Hello

    there is probably quite a simple solution for this, but I am struggling at the moment. My website https://www.landrstorage.co.uk has a slider image on the main page, and image background for different sections, but when I visit the site on a mobile device the images don’t scale down, so I just have a pixelated, zoomed in background.

    Any help would be appreciated

    Cheers
    Rich

Viewing 2 replies - 1 through 2 (of 2 total)
  • hi richey i wanted to ask you if you could help me? how did you make your menu like that little icons next to the text. and how didi you made the footer look like that with contact and media and so on. thanks. ??

    Hi richeyrich85,

    Please try to add the following css code:

    @media only screen and (max-width: 991px){
      .slides-container .slide-item {
        background-size: 100%;
      }
    
      .header-slider {
        height: 600px !important;
      }
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slider Image on Mobile Devices’ is closed to new replies.