Site URL: https://www.thestorehousechicago.org/
Hi All,
Perhaps someone has also experience this. In 7.1, when going into mobile view on the product page, the header is left aligned, despite the header being center aligned for desktop move. I tried google inspect the element to see what CSS I need to update; however, the following code doesn't work when injecting. Has anyone found a work around?
@media screen and (max-width: 575px)
site.css?&f…es=false:14
.products.collection-content-wrapper .nested-category-title {
text-align: center;
}
Screenshot below is from the mobile sizing of the website. You can notice its left aligned.