Home Forums Basel support forum Full Width Product Page, Category Page, and Shop

Full Width Product Page, Category Page, and Shop

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #168048

    algeorgiadis
    Participant

    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.

    #168105

    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

    #168162

    algeorgiadis
    Participant

    Thank you very much Elise.

    #168182

    Hello,

    Do you need help with custom CSS?

    Best Regards

    #168266

    algeorgiadis
    Participant

    adding

    .container { 
        width: 70%; max-width: 70%; 
    }

    seems to work just fine, in the wp-bakery builder css.
    Right?

    #168269

    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

    #168271

    algeorgiadis
    Participant

    Thank you very much Elise.
    you are very helpfull.
    Have a nice day!

    #168296

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Full Width Product Page, Category Page, and Shop’ is closed to new replies.