• Resolved audrone1

    (@audrone1)


    i whant to make page wide as posible but also leave sidebar how can i do that?
    i tried to write with css but nothing works. maybe have sugestion?

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Thu P. a11n

    (@thup90)

    Hi there,

    There’s a maximum width set to .content_wrapper, increasing this will make the content expand wider. You could try something like this:

    
    .with_aside .content_wrapper {
    max-width: 1240px;
    }
    

    Hope this helps! Feel free to get back to me in case you have any additional questions!

    Thread Starter audrone1

    (@audrone1)

    thank you it worked!!!
    one more thing maybe you know how to easy delete woocommerce default sorting button?

    Thread Starter audrone1

    (@audrone1)

    idk how to explain but i have custum shop page and original by woocommerse and on custum i want to make like in original now it shows only 12 products and i want to make that they show 12 per page because there is a lot of products but idk how to do that with maybe you know how to make store products with lot of pages?
    i hope you will understand what i wanted to say.
    https://alarusinteriors.com/shop1/

    Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @audrone1!

    If I understand correctly, you are using a shortcode to display your products right now and would like pagination to be enabled, so you can show many pages. If so, then you can use [products paginate=true] shortcode in the current code.

    As for removing the sorting button, you can use the following CSS code:

    .shop-filters .woocommerce-ordering {
    	display: none;
    }

    Cheers!

    Thread Starter audrone1

    (@audrone1)

    it worked but not exactly like i wanted because there is still the same row showing
    “Showing 1–12 of 80 results” it removed only button but not all row maybe you have better solution?
    thank any way ??

    Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @audrone1!

    It looks like you’ve managed to remove it entirely, yes? Or is this something you still require help with?

    Cheers!

    Plugin Support Missy a11n

    (@m155y5)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread as resolved. If you have any other questions please feel free to start a new thread.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘woocommerce full width shop page with sidebar’ is closed to new replies.