Force Main Containers To True Fullwidth / Screen Edges
-
Hello, we are trying to duplicate what we had on a previous theme prior to switching over to yours. We are basically just trying to force all content wider than the standard fullwidth (i.e., to the edges of the screen instead), without the Box Look. If we could do this on all pages, that would be great, but if not, at least on the all WooCommerce pages (e.g., Shop, Single Product). So as mentioned, ideally extending all content responsively to the edges of the screen regardless of Device.
Thank you in advance,
DUCC
Similar to this (OLD) CSS below:
(FOR EVERYONE ELSE, PLEASE NOTE, THIS IS ((NOT)) FOR THE VIRTUE THEME)
/***Extend shops width on home and shop archives***/
@media only screen and (min-width: 1200px){
.mpcth-responsive #mpcth_main_container {
width: 100%;
}
}- This topic was modified 7 years, 6 months ago by .
- This topic was modified 7 years, 6 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Force Main Containers To True Fullwidth / Screen Edges’ is closed to new replies.