Site logo

Archived topic

Productpage hook

12 replies · Started by Danielle on June 16, 2022

Viewing posts 1–13 of 13

i want the yelow block. I made it in Elements. I want it above the description.
Probarly i have to change the hook name but i tried every option i thought.

Here is a example of a website how i want it. They have like 6 pics next to each other.
https://ibb.co/89XqjZZ

Here you have it

What is the yellow block? I don't see a yellow block on your attached link.

Can you specify the block?

Check this image

It looks like i need
woocommerce_after_single_product_summary

But that doesnt work

Yes, woocommerce_after_single_product_summary should do.

Try to set the element's priority to 1.

end up there

Try add this CSS:

.woocommerce div.product {
    display: flex;
    flex-wrap: wrap;
}

You are amazing!

You are welcome :)

This archived topic is closed to new replies.