Make woocommerce pages full width
-
I am using this theme for a online store. I used the custom CCS I put below. I made all the pages wider, but it did not make the woocomerce pages (product category, single product page, etc.) wider. Any ideas on how I can do that?
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
margin: 0 auto;
/* max-width: 474px; */
max-width: 100%;
}
/* Don’t pull featured images off into a left margin that’s no longer there. */
.full-width .site-content blockquote.alignleft,
.full-width .site-content img.size-full.alignleft,
.full-width .site-content img.size-large.aligleft,
.full-width .site-content .wp-caption.alignleft {
/* margin-left: -168px; */
margin-left: 0px;
}
The topic ‘Make woocommerce pages full width’ is closed to new replies.
