• Resolved beltanconsultancy

    (@thetraininglady)


    All of a sudden the Cart Options on the URL listed have squashed the Cart Options including shipping options etc into 1 character wide column.

    I cannot find why or how it’s happened.

    Anyone able to advise.

    https://snag.gy/FwnGsg.jpg

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m not sure exactly what the cause is but it’s all related to css.

    Add this css to your active theme’s ‘styles.css’ file (at the very bottom, usually). Then reload that page. If you can’t add to that file for some reason, add this css as custom css to your site. You may have to press Ctrl+F5 to see the change.

    .woocommerce table.shop_table td {
       width: 100% !important;
    }
    Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Howdy!

    We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread as resolved. If you have any other questions please start a new thread.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cart Options Reduced to 1 character wide’ is closed to new replies.