Product Title Problem on the catalog mode.
-
Hello, i use your teheme for catalog mode. So i dont use price, review or squ code. When I disable these, the product title remains at the top. How can we center this?
Attachments:
You must be
logged in to view attached files.
Hi manieroo,
I cannot access to site, can you please check again? https://ibb.co/ncP1kzj
Regards,
Because in development mode. You could tell me how to do it without accessing the panel.
However, if you really need to access the panel, I have provided the panel information in the “private content” section.
Hi manieroo,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.search-results-wrapper .autocomplete-suggestion {
align-items: center;
}
Regards,