New Topic

Woocommerce pages full width

Home › Forum › Customization › Woocommerce pages full width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3030
    kezdovega
    Participant

    I got your answer on email:
    .woocommerce #content{width:92%}

    That helped on the product & category pages, but my cart, checkout pages are still with sidebar (which makes conversion a lot worse). How could i do the same with them?
    http://www.lelekszereles.hu/kosar/

    #3033
    StartupWP
    Keymaster

    Update:

    .woocommerce #content{width:92%}

    to:

    .woocommerce #content, .woocommerce-page #content{width:92%}
    .woocommerce #sidebar, .woocommerce-page #sidebar{display:none}

    Thanks

    #3037
    kezdovega
    Participant

    Thanks a lot, works like magic! :)

    #3039
    StartupWP
    Keymaster

    Great. :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.