[Resolved] Niche theme not working on singe product page

Home Forums Support [Resolved] Niche theme not working on singe product page

Home Forums Support Niche theme not working on singe product page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #964930
    Boris Jelen

    Hi,

    Just wanted to say that niche theme is not working on single product page as it brakes. Can you please tell me why? I didn’t want to import demo pages, menu etc.

    Kind regards

    #965250
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    It looks broken because the product image isn’t loading.

    The content import included essential Elements which are necessary to the layout. You can download it here: https://gpsites.co/files/niche/elements.xml

    Once downloaded, you can import them in “Tools > Import”.

    Let me know ๐Ÿ™‚

    #965265
    Boris Jelen

    Thanks… that solved the issue.

    #965450
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

    #965583
    Boris Jelen

    Sorry, I have one more question… how do I edit layout of single product page? I would like to use 50% of width for image in 50% of width for price and button.

    #966162
    Tom
    Lead Developer
    Lead Developer

    Try this CSS:

    @media (min-width: 768px) {
        .woo-sumamry-wrap {
            grid-template-columns: 50% 50%;
        }   
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.