• Does anyone have an idea why my Product Title and Short Description would be under the product photos? They should be to the right.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @ourmarketingdesigns,

    As checked, you are getting CSS script conflict with video gallery plugin. It changes the width of the gallery area. If the plugin doesn’t have specific setting for the width of gallery area, to control it with CSS code, add this into Additonal CSS under the Customize menu.

    .images.nickx_product_images_with_video {
       max-width: 620px;
    }

    You may adjust the value accordingly.

    Hope that code helps. Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Short Description under Product Photo on Desktop’ is closed to new replies.