Hello forums,
I am having trouble centering these two products. I removed a product since I am not selling them anymore. How do I center the two remaining products so they are not on the left the screen? Thanks
Thank you both for the responses but for some reason I cannot get it to center on my side. I pasted the code to the bottom of the base.css file. Am I doing something wrong?
you need to paste in the end of base.css file
ul#Slider-template--21579314037020__3a88f7e1-f547-4859-8f7b-55e7c65a5b9f {
justify-content: center !important;
}
Used chatgpt to figure out the problem. added this to the bottom of the base.css file. ul[id^=“Slider-template”] { justify-content: center; } worked perfectly.