Spaces on my customer pages or account logins

Hi all, How can I remove these spaces on my customer pages or account logins? LINK: https://tantarainwear.myshopify.com/account

Pass: 2020

Hi @RubenTanta ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.css->paste below code at the bottom of the file:
.header-overlapping .banner-candidate:first-child .banner:not(.banner--no-breadcrumb), .header-overlapping.template-customer-area .banner {
    min-height: auto !important;
    padding: 0 !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.

Yeah is doit my friend. Thanks. And would you know how to add the account access icon next to the cart in the home page?

Sorry, I’ve encountered a problem here and it’s that the code in the footer is visible.