Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2065185
Product Category page width 100%
Closed

Comments

  •  3
    altaigenden started the conversation

    Hello there? Thank you all for a great Theme and good Support!

    Question: How to CSS Product Category page to width 100%?

  •  7,095
    Oliver replied

    Hi,

    Code:

    @media (min-width: 1212px) {
    .woocommerce.archive .container {
        width: 100%;
    }
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  3
    altaigenden replied

    thank you

  •  7,095
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver