Home Forums WoodMart support forum Adjust column width in shopping cart

Adjust column width in shopping cart

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #145322

    Cris
    Participant

    Hello,

    How can I adjust the column width within the shopping cart? Specifically, I am offering a subscription on a product and within the Price column, the customer is given the option to change subscription options. But, with the extra language (“every 4 weeks” for example), it seems very crowded, so I’d like to increase the width of the column.
    See screenshot.

    Attachments:
    You must be logged in to view attached files.
    #145492

    Hello,

    To adjust the column width within the shopping cart. As it looks very crowded so we can increase the width of column and slightly decrease the font size of price description then it looks perfect.
    Please insert the below CSS in Theme Setting >> CUSTOM CSS >> Global Custom CSS:

    .cart-table-section td{
    width:20px;
    }
    
    .cart-table-section span.subscription-details{
        font-size: 95%;
    }

    Screenshot: https://jmp.sh/q7742oz

    Result: https://jmp.sh/fEr1E4Q

    Best Regards.

    #145675

    Cris
    Participant

    Thank you, that works well!!

    #145708

    Hello,

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer.

    Thanks for contacting us.
    Have a great weekend :-)

    Topic Closed.
    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Adjust column width in shopping cart’ is closed to new replies.