Okay
  Public Ticket #2615533
Layout normal vs boxed
Closed

Comments

  • apendix started the conversation

    Hi,

    I want to use the wide version of layout for the site, instead of boxed.
    Customizing / General / Layout  is set to Normal instead of Boxed, but in fact there is no difference between them. Both are boxed. With Elementor I can choose full width for the home page, but for the Shop I can't use Elementor.  The shop page, the product category pages, the contact, the cart, the checkout pages are boxed.  How can I change that?

    Kind Regards,
    Mitko


  •  675
    Neuron replied

    Hi Mitko,

    In fact in these page we need a bit of Custom CSS.

    I will provide you here with the complete CSS.

    // My Account Page
    .woocommerce-account .l-main-wrapper__inner {
        max-width: 100% !important;
        padding: 22px 30px;
    }
    // Cart Page
    .woocommerce-cart .l-main-wrapper__inner {
        max-width: 100% !important;
        padding: 22px 30px;
    }
    // Checkout Page
    .woocommerce-checkout .l-main-wrapper__inner {
        max-width: 100% !important;
        padding: 22px 30px;
    }
    // Product Page
    .single-product .container {
        max-width: 100% !important;
        padding: 22px 30px;
    }
    // Category Page
    .tax-product_cat .container {
        max-width: 100% !important;
        padding: 22px 30px;
    }
    

    Best place to insert it as at Appearance > Customize > Additional CSS.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • apendix replied

    I've added the code and I can't see any difference

  •  675
    Neuron replied

    Hi,

    Can you please provide us with your wp-admin? We will check it quickly and see why that is not working, we've tested it and it worked alright.

    Do not forget to tick on private reply, so only we can see the details.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   apendix replied privately
  •  869
    Neuron replied

    Hi,

    Sorry for the late reply,

    I found an error in the code that we've sent you, and now I've added the correct code at Appearance > Customize > Additional CSS.

    Feel free to ask for anything you need.

    Kind Regards