Jump to content

CSS rules to center image slider


doog_2019

Recommended Posts

Hi 😃,

I am a begginer and I use Prestashop 1.7. My website is: Goodbrand.fr

On desktop and tablets my slider is good but on MOBILE, it is to small as you can see on the photo:

424999911_Capturedecran2019-05-17a22_19_07.png.2ae52b99c469783909aa15558a80e528.png

My question: How can my slider be center on each screen size ? 

What I have done in localhost: 

@media (min-width: 321px) and (max-width: 500px) {

#index .nivoSlider img {
left: -320px
}

#index .nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 290% !important;

THIS IS THE RESULT I WANT ON ALL MOBILES

Capture d’écran 2019-05-17 à 11.53.46.png

 

THIS IS THE RESULTAT I HAVE WHEN I CHANGE THE SIZE OF THE SCREEN

Capture d’écran 2019-05-17 à 11.52.27.png

 

Thank you for your help, 

😎

Edited by doog_2019 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...