fercoresc Posted June 27, 2022 Share Posted June 27, 2022 Site URL: https://fernandacortina.com/ Hello, I am trying to center the last product on one of my shop pages so it's not aligned to the left. Can't figure out the right CSS for it. Link to comment
tuanphan Posted June 30, 2022 Share Posted June 30, 2022 Can you share link to shop page? We can't find shop page on header menu Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
fercoresc Posted July 1, 2022 Author Share Posted July 1, 2022 On 6/29/2022 at 9:05 PM, tuanphan said: Can you share link to shop page? We can't find shop page on header menu The link is https://www.fernandacortina.com/deep-blue Link to comment
Solution tuanphan Posted July 2, 2022 Solution Share Posted July 2, 2022 3 hours ago, fercoresc said: The link is https://www.fernandacortina.com/deep-blue Try adding to Deep Blue Page Header <style> @media screen and (min-width:768px) { .products.collection-content-wrapper .list-grid .grid-item:last-child { position: relative; left: 125%; } } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
fercoresc Posted July 2, 2022 Author Share Posted July 2, 2022 5 minutes ago, tuanphan said: Try adding to Deep Blue Page Header <style> @media screen and (min-width:768px) { .products.collection-content-wrapper .list-grid .grid-item:last-child { position: relative; left: 125%; } } </style> That worked! Thank you very much Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment