Why does my login and cart page look different on Shopify?

Hi I would like to know why on my Login Page and also Cart page it look like the picture… I can not change it by myself. Could someone tell me what to do?

hello @dianadari

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

HI :slightly_smiling_face:

https://your-somnia.myshopify.com/admin/settings/general

PW: hufews

hello @dianadari

so let me know what can you change in the cart pages

Hi you see on the picture that your cart its to near from header. it should be more down like on the picture.

and login is the same. when you log in then the my Account text is to near from header. also like the cart page. Also when you click view addresses on the login page…

hello @dianadari

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.cart-header{
    margin-bottom: 0px;
    margin-top: 20px;
}
.template-customers-account.swym-ready .page-width{
margin-top: 50px;
}

great it workes! thank you a lot! how I can do the same for this issue

great work

Could you please help me also with the account page? my addresses?

hello @dianadari

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-customers-addresses .section-header{
        margin-top: 40px;
}