• Resolved gramenauer

    (@gramenauer)


    Hi all,

    I would like to show woocommerce’s shop page full width (as you know, you cannot select page template for shop page).

    I have removed all items in sidebar, but the page still shows only 3 columns.

    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author themevision

    (@themevision)

    Hello, @gramenauer!

    Try to use the following code:

    @media (min-width: 992px){
    .woocommerce-page .col-md-9 {
        width: 100%!important;
        padding:0!important;
        }
    }

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘full width page template for woocommerce’s shop page’ is closed to new replies.