Viewing 4 replies - 1 through 4 (of 4 total)
  • Page markup varies between themes. Please post the link to your shop.

    Thread Starter cheonmu

    (@cheonmu)

    @lorro

    Thanks for answering!

    shop link is here

    Try this custom css:

    #order_review .shipping th {
      width:45%
    }
    #order_review .shipping td {
      width:55%
    }
    

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    Unfortunately as you make the right cell bigger, the left cell with the product image higher up gets smaller. This cell now looks a little squashed. Try this custom css temporarily so you can see the cell boundaries:

    #order_review th,
    #order_review td{
      border:1px dotted green
    }
    
    Thread Starter cheonmu

    (@cheonmu)

    @lorro

    ok i understand.

    Thanks for answering!!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can i increase Checkout page Table width?’ is closed to new replies.