Why is my cart format incorrect on the website?

My cart on shopify looks perfect, however when i go to the actual website the format is incorrect.

It has the buttons displaying:

View cart

check out

or

and in the “view cart” display:

Check out

or

Any suggestions?

https://prettygooddrip.com/cart

1 Like

@prettygood

Welcome to Shopify Community.

Add this code in the bottom of the Stylesheet.css file.

p.sm-caps.or-divider.mt2.mb2.a-center {
    display: none !important;
}
  1. Navigate to Online Store->Theme->Edit code
  2. Asset->/Stylesheet.css ->paste below code at the bottom of the file.
  3. Save it.