Jump to content

(Solved) Upgraded from 1.7.2 to 1.7.7 rtl issue


Recommended Posts

Dear All,

After upgrading to 1.7.7 using 1-click module everything seems ok

but once accessing website as RTL and for mobile or minimize the browser to be small like mobile browsers 

the products are not centered in RTL css

what to do ?!

Edited by Xr.7
solved (see edit history)
Link to comment
Share on other sites

25 minutes ago, Leo @ Prestachamps said:

I presume is a small CSS glitch. In order to be able to help you, it would made sense if you could share a URL. 

We could inspect the CSS and point you towards a solution ;)

cheers, 

Leo

 

Thanks a lot please check your messages to find the URL sorry for not sharing URL here :)

 

Link to comment
Share on other sites

Many Thanks to 

1 hour ago, Leo @ Prestachamps said:

I presume is a small CSS glitch. In order to be able to help you, it would made sense if you could share a URL. 

We could inspect the CSS and point you towards a solution ;)

cheers, 

Leo

 

he solve it by changing

 

Change :

#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;

to 

#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: center;

 

the issue is justify-content: flex-start; 

change it to  justify-content: center;

 

 

many thanks 

 

  • Like 1
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...