• Resolved frankchamby

    (@frankchamby)


    Hello,
    I would truly appreciate it if I could get advice on the feasibility of making
    a change on area width allowed on the product page shown.

    I would like the have the width expanded somewhat for the short description area
    of the page on the right, to the expense of the product image area on the left side, which would make it conversely narrower.

    Is this possible?, and if so, would it have to be a blanket change for all the
    product pages, or could you do some with the default way it is now.

    Any help of suggestions on the would be most appreciated.

    Frank Chambly

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,
    Well, these things are possible through custom coding and through the page builder plugin.

    They provide features to design the whole page the way you want.

    There are plenty of plugins on org it is totally up to you which one you choose.

    Thank you

    Plugin Support abwaita a11n

    (@abwaita)

    Hi Frank,

    Kindly try the following CSS in your Customizer → Additional CSS:

    .postid-15572 .col-lg-4 {
        width: 20% !important;
    }
    
    .postid-15572 .col-lg-8 {
        width: 78% !important;
    }

    For more info on targeting a specific product page with CSS, kindly check this guide – https://www.businessbloomer.com/woocommerce-apply-css-changes-one-pageproduct/.

    Hope this helps, we’ll be happy to be of further assistance.
    Many thanks.

    Thread Starter frankchamby

    (@frankchamby)

    Thank you again Abwaita for your kind reply.
    It works very well and is very helpful to me.
    I have looked at the guide you directed me to and will continue
    to study it.
    If I may be so presumptuous to ask a further question.
    I like the result of the size change on the specific product id. given.
    If I wanted to have this apply to all my product ids. as the default,
    could I make a change in the Additional CSS you gave me, or would
    that require a different action.

    Thanks again for all your help and I will try to reciprocate
    through the Org Forums.

    Frank.

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Hi Frank ??

    I’m glad to hear that my colleague response was helpful ??

    If I wanted to have this apply to all my product ids. as the default,
    could I make a change in the Additional CSS you gave me, or would
    that require a different action.

    Great question! To apply the CSS provided by my colleague to all of your products, you would need to use one or more general selectors that all the products share. So in your case, you can use the following CSS code:

    /*Increase width of the product image container*/
    .single-product .single-product-row .product-img-case {
        width: 20% !important;
    }
    /*Increase width of the product summary container*/
    .single-product .single-product-row .product-summary-case {
        width: 78% !important;
    }

    This code should apply to all your product so please feel free to replace the previous code with this one.

    Cheers ?

    Thread Starter frankchamby

    (@frankchamby)

    Hello Gabriel

    Thank you Gabriel. It works beautifully.

    My sincere thanks to you and your colleagues Abwaita and zworthkey for
    their kind and knowledgeable help on this issue.

    It is appreciated.

    Frank.

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    You are most welcome! We are happy to help ??

    Great! I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Have a great day ahead!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Woo Commerce Product Page’ is closed to new replies.