SIBEBAR WOOCOMMERCE AND BOOKING SYSTEM PRO

HI

I want to remove the SIDEBAR of WooCommerce How I can do? I have "Booking System Pro" installed but not working well. Can I get help? 

I'll leave the enalce. 


regards

Comments

  • Hey,

    to remove sidebar for woocommerce and style "Booking System Pro" plugin, please use below css in Theme options > Layout > Custom CSS section:
    .woocommerce .product div.entry-summary .bind-content .price { font-size: 20px; }
    .woocommerce .four.columns { display:none; }
    #DOPBookingSystemPRO_Submit1 { display:inline-block !important; margin-left:10px;}
    Also in header-shop.php file please replace below line:
    <body <?php body_class( 'with_aside aside_right' ); ?>>
    with:
    <body <?php body_class(); ?>>
Sign In or Register to comment.