Home Forums WoodMart support forum Wishlist Sidebar

Wishlist Sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #67335

    avenuea2015
    Participant

    Hello, is it possible to get rid of the sidebar on the Wishlist page? I’m using catalog mode so there is no cart and no need for accounts, orders, etc. Thanks!

    Attachments:
    You must be logged in to view attached files.
    #67337

    Artem Temos
    Keymaster

    Hi,

    You can hide it with the following CSS code

    .woocommerce-wishlist .woodmart-my-account-sidebar {
    	display: none;
    }
    
    .woocommerce-wishlist .woocommerce-MyAccount-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        width: 100%;
    }

    Regards

    #67338

    avenuea2015
    Participant

    Perfect, thank you!

    #67341

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Wishlist Sidebar’ is closed to new replies.