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 #2069318
Woocommerce product category title width
Closed

Comments

  • ConstantVariable started the conversation

    Hi there,

    How do I make the category page header block 100% width like in the Scalia Zaro demo?

    Thanks,

    Nick

  •  6,933
    Oliver replied

    HI!

    pls. use following css:

    @media (min-width: 1200px) {
    .woocommerce #page-title .container {
        width: 100%;
    }
    }

     

    6707465710.png

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

    Regards, Oliver

  • ConstantVariable replied

    Perfect, thanks Gregor!

  •  6,933
    Oliver replied

    You're welcome!

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

    Regards, Oliver