Xr.7 Posted January 15, 2021 Share Posted January 15, 2021 (edited) 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 January 15, 2021 by Xr.7 solved (see edit history) Link to comment Share on other sites More sharing options...
Prestachamps Posted January 15, 2021 Share Posted January 15, 2021 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 Link to comment Share on other sites More sharing options...
Xr.7 Posted January 15, 2021 Author Share Posted January 15, 2021 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 More sharing options...
Xr.7 Posted January 15, 2021 Author Share Posted January 15, 2021 (edited) @media (max-width: 991px) theme.css:7 .featured-products .products { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } i found this in css not in rtl css Edited January 15, 2021 by Xr.7 (see edit history) Link to comment Share on other sites More sharing options...
Xr.7 Posted January 15, 2021 Author Share Posted January 15, 2021 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 1 Link to comment Share on other sites More sharing options...
Prestachamps Posted January 15, 2021 Share Posted January 15, 2021 Really happy I could help, wish you a lot of sales cheers, Link to comment Share on other sites More sharing options...
Xr.7 Posted January 15, 2021 Author Share Posted January 15, 2021 3 minutes ago, Leo @ Prestachamps said: Really happy I could help, wish you a lot of sales cheers, Thanks a lot wish for you more sales too Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now