Using Flex CSS WordPress Woo-commerce Themes

Step 1:
Many of the woo-commerce themes use Flex css for the sidebar.

double-column
image-3665

Step 2:
For single page product,We didn’t need the sidebar. So use simple snippet to hide the sidebar and move the right column to left side.

Snippet:
.class name
{
flex: 0 0 0%;
display:none;
}

single-column
image-3666

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *