Jump to content

Alignment problem in mobile view


Presta_beginner

Recommended Posts

Hi , 

Inside :http://store.robocool.eu/themes/classic/assets/css/theme.css

Search for

@media (max-width: 767px)
#products .product-miniature, .featured-products .product-miniature {
    margin: 0 auto;
}

and replace it with:

@media (max-width: 767px)

theme.css:7

#products .product-miniature, .featured-products .product-miniature {

margin: 0 4.8rem;

}

This is not the best solution, as there is a wrong rule somewhere, but thought to help you asap. 

Let me know if it did the job. 

Cheers, 

Leo

 

Link to comment
Share on other sites

  • 3 months later...

Hi

I have got another idea, seems to be perfect -

Just find the string in themes/classic/assets/css/custom.css -

"#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products"

Comment the value 'justify-content: flex-start' (make it like this - /*    justify-content: flex-start */)

I hope this will solve the problem.

KC Varghese

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...