New Topic

Woocommerce pages full width

Home › Forum › Customization › Woocommerce pages full width

This topic contains 4 replies, has 2 voices, and was last updated by  StartupWP 2 years, 2 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #3028

    kezdovega
    Participant

    I just installed Woocommerce, and sadly saw its not supported :( I wanna have _all_ WC pages to be full width (no sidebar). As the WC site suggested i made a copy of page.php and renamed it to woocommerce.php in the child theme, and removed the get_sidebar line from it, but the white space stays there:
    http://www.lelekszereles.hu/termek/betegsegek-lelki-okai-dvd/

    How can i remove it from all woocommerce pages? Including categories, product pages, carts, checkouts etc? I have the pro version of StartupWP.

    Thanks in advance!

    #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 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.