Hi,
i have created a page (Sale) where i added the ‘Sale products’ via wpbakery and added a sidebar to the left. However, the page is not fullwidth like the product category pages.
How can i get the pages to be the same width? Examples in private.
This topic has 8 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler
Hi,
i have created a page (Sale) where i added the ‘Sale products’ via wpbakery and added a sidebar to the left. However, the page is not fullwidth like the product category pages.
How can i get the pages to be the same width? Examples in private.
Hello,
Try to add this code in Custom CSS for the page:
@media (min-width: 1200px) {
.container.content-page {
width: 97%;
}
}
Regards
Do i add this in the ExtraCSS in Customizer? Because i added it there but page is not fullwidth.
I also added it in the CSS area in wpbakery frontend editor. No effect.
Please advise.
Please see this screenshot – http://prntscr.com/pkm5y8
Regards
Dear Rose,
the code is in the right place but i do not see any effect?
Hello,
This is code on your page right now http://prntscr.com/pkzusu and the previous screenshot – https://prnt.sc/pkm5y8 , please compare.
@media (min-width: 1200px) {
.container.content-page {
width: 97%;
max-width: 97%;
}
}
Regards
Excellent, didn’t notice.
topic can be closed.
Please kindly open up new topics for additional questions.
Regards
The issue related to '‘Page full width’' has been successfully resolved, and the topic is now closed for further responses