How can I change the photo location settings in the store catalog?

This topic has 2 replies, 2 voices, and was last updated 6 months, 1 weeks ago ago by Tony Rodriguez

  • Avatar: MarinaD
    MarinaD
    Participant
    November 3, 2023 at 22:28

    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?

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    November 4, 2023 at 07:24

    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.