Viewing 8 posts - 1 through 8 (of 8 total)
  • #92953
    4ddiction
    Member
    Post count: 28

    Hello,

    How do I change my cart layout width from how it is looking like right now, (you might need to add sth to cart first) to 50% width for item selection and 50% width shipping options?

    Thanks!

    #92996
    4ddiction
    Member
    Post count: 28

    Here’s a screenshot to further illustrate my question.

    Attachments:
    You must be logged in to view attached files.
    #93052
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:

    div.woocommerce div.container form div.row div.span9{width:50% !important}
    div.woocommerce div.container form div.row div.span3{width:50% !important}

    Hope that should work and let me know your feedback.
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #93061
    4ddiction
    Member
    Post count: 28

    thanks! This works for adjusting the widths. Can I also apply that to the checkout page? How about the text? can they be left aligned?

    #93065
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am not getting your text align change so please explain it.
    Thanks

    #93078
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code for checkout page:

    form.checkout.row div#customer_details.span7{width:50% !important}
    form.checkout.row div#customer_details.span5{width:50% !important}
    

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #93118
    4ddiction
    Member
    Post count: 28

    hello! here’s a screenshot showing the text alignment. I would like it to be left aligned instead of right.

    Attachments:
    You must be logged in to view attached files.
    #93124
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am afraid that is not possible through custom css. You need to edit php file from scratch.
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register