Site logo

Archived topic

Niche theme not working on singe product page

5 replies · Started by Sladki dar d.o.o. on July 23, 2019

Viewing posts 1–6 of 6

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

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 :)

Thanks... that solved the issue.

You're welcome :)

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.

Try this CSS:

@media (min-width: 768px) {
    .woo-sumamry-wrap {
        grid-template-columns: 50% 50%;
    }   
}
This archived topic is closed to new replies.