badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

WooCommerce Page Layout

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #51926
    Marc
    Participant

    Hi,

    I have Ambition Pro configured with a right menu for my posts, but I need WooCommerce to be displayed as a full page layout, since it has nothing to do with my posts categories or archives.

    Thanks,

    #51953

    Hi Marc,

    To displayed as a full page layout for WooCommerce Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.

    .woocommerce-page #primary {
        float: none;
        width: 100%;
    }
    .woocommerce-page #secondary {
        display: none;
    }

    If you have any problem please let us know.

    Thank you for using our theme.

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