This topic has 2 replies, 2 voices, and was last updated 1 years ago ago by Tony Rodriguez
How can I change the photo location settings in the store catalog? I noticed that if the short description is not very short, but the text is long, then the picture slides down (apparently it is centered on the text). How can I make sure that the pictures are always top-aligned?
Hello, @MarinaD,
Thank you for reaching out to us.
We have completed the review of your website and found that the issue you reported persists only on very large screens. To resolve this, please follow the instructions below:
1. Copy the CSS code provided below.
2. Navigate to Xstore >> Theme Options >> Theme Custom CSS >> Global CSS on your website.
3. Paste the copied CSS code into the Global CSS section.
4. Clear your browser cache and revisit your website to check if the issue has been resolved.
Here is the CSS code:
@media only screen and (min-width: 993px){
.products-list .content-product .product-image-wrapper {
display: inline !important;
}
}
Should you encounter any further issues, please do not hesitate to contact us.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up