Site logo

Archived topic

Adaptation of the GeneratePress template and Woocommerce

5 replies · Started by Ron on August 29, 2021

Viewing posts 1–6 of 6

Hi there,

I use the Generate Press Template in connection with Woocommerce in the current version.

My problem:

I have created several variants in the single product view. (see the screenshot)
As you can see, everything is laid out in one line here
In the source code you can see that a table was used
In the mobile view, this line goes outside the field of view

My question:
Can someone tell me by chance which file I can adjust this in? Does that have to be adapted in the GeneratePress template or in Woocommerce?

Hi there,

can you share a link to where we can see the problem.

Normally that is controlled by the Woocommerce plugin, but as the template has been constructed with Elementor it could be an issue there.

You can force the Variations table to stack with some CSS:

table.variations td {
    display: block;
}

thank you very much, that worked :)

Glad to hear that!

This archived topic is closed to new replies.