• The slider image on the site

    thepoollady.uk

    Doesn’t scale corretly. In a browser it looks okay however when you scale up too far the image aligns left and when scaled down to mobiles the image is too large for the mobile screen.

    Any help would be greatly appreciated, thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    Hi Grove123

    Since the Width of your image is wide with maintaining aspect ratio you can use this CSS. Paste this in your Custom Code -> Custom CSS

    @media screen and (max-width: 360px){
    #stat_img{  background-size: 100% 390px ;}
    }

    Thanks

    Customize with bootstrap I did the same for [Link moderated]; and check at http://getbootstrap.com/

    Thread Starter Grove123

    (@grove123)

    Hi Layerthemes

    Thanks for the help but the CSS code didnt seem to change anything.

    Ram Kr, Im so fresh to all of this I have no idea about the technicality of Bootstrap. Haha thanks though.

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Did you paste the CSS in Optimizer Options -> Custom Code -> Custom CSS?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Slider image’ is closed to new replies.