Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #766379

    james w
    Participant

    I want to change the width of a woo-commerce single product page to make it like 900px or so.

    How can I do it with custom css?

    Thanks

    #766539

    Thai
    Moderator

    Hi James,

    Would you mind providing us with your website URL so we can take a closer look?

    Thank you.

    #766599

    james w
    Participant

    This is the page I want to decrease the width http://hosting-deal.com/product/product/

    #766768

    Thai
    Moderator

    Hi There,

    Try adding the following CSS under Customize > Custom > CSS:

    .single-product .x-container.max.width.offset {
        max-width: 900px;
        width: 100%;
    }

    Hope it helps.

    #766902

    james w
    Participant

    Yes it worked. Another question. I need to remove the border, border-shadow in enrty-wrap of single product page.

    How can I do it with css?

    #767204

    Thai
    Moderator

    Hi James,

    Try adding the following CSS:

    .single-product .entry-wrap {
        box-shadow: none;
        border: none;
    }

    Hope it helps 🙂

    #769062

    james w
    Participant

    Thanks! You guys are amazing 🙂

    #769697

    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

    #769710

    Nico
    Moderator

    Thank you. We really appreciate it.

    Feel free to ask us again.

    Have a great day! 🙂