Full Width Product Page, Category Page, and Shop
-
Hello there!!
Is there any way to make the product, category and shop page content full width while keeping every other page to full width.
PS. I changed the site width to content full width, but it changes everything. I would like to make my pages (index, contact, etc) look like site width -> Full width and Product page, Shop Page and Product Category Page to look like site width -> content Full width.
Thank you very much.
Hello,
There is no option to set different width modes for different pages. You can set the full-width and then limit the width of the certain pages with the custom CSS adding it in the page setting inside each page.
Best Regards
Thank you very much Elise.
Hello,
Do you need help with custom CSS?
Best Regards
adding
.container {
width: 70%; max-width: 70%;
}
seems to work just fine, in the wp-bakery builder css.
Right?
Hello,
You would better take this code:
.main-page-wrapper .container:first-child{
width: 70%; max-width: 70%;
}
Not to make all the containers on the page 70%
Best Regards
Thank you very much Elise.
you are very helpfull.
Have a nice day!
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Full Width Product Page, Category Page, and Shop’ is closed to new replies.