• Resolved decomeria

    (@decomeria)


    Hi, I have bought Homestore theme. I”m generally happy with the theme, but there is a mistake on mobie – the text cover the product gallery. Please look at ever product display on mobile – there is not proper display of gallery and the description. Could you please help with it. THX

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you be sure the gallery is coming from the theme and not from a plugin that you have? Deactivate any likely plugins and check to be sure.

    If the gallery is coming from the theme, because Homestore is a commercial product, you’ll need to report this issue through the theme vendor’s support service. Hopefully they will fix it for their next update.

    Meanwhile this custom css could be used to introduce some spacing. Sometimes there might be too much space, but its intended to be a temporary fix.

    @media screen and (max-width: 767px) {
      .single-product div.product .summary {
        margin-top: 250px !important;
      }
    }

    Custom CSS can be entered at:
    Dashboard > Appearance > Customize > Additional CSS

    Thread Starter decomeria

    (@decomeria)

    Thank you very much! I’m sure it is a theme issue, because I do not use other dedicated plugins for mobile/gallery. I’ll write to the vendor.
    Should I paste the code in body whatever place or look for a gallery section?
    Beside I’m quite happy with the theme’s design. ??

    Neither. Custom CSS can be entered at:
    Dashboard > Appearance > Customize > Additional CSS

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Homestore galery on mobile cover descrition’ is closed to new replies.