Move the page heading to the left Kalles theme

Hello there,

I want to move the page heading to the left on the wishlist page and collection page on desktop.

website: https://greatspeedsports.myshopify.com/

password: 123456

1 Like

Hi @Bethchan56
Its SideNode! We will be happy to help you today.

Could you please verify and double-check your stored password? It appears to be incorrect or mismatched.

Let me know if need further assistance
Regards,
SideNode

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.t4s-container {
    max-width: 100%;
    padding: 0 60px;
}

Hello, there

Thank you so much. After I add the code, the top bar and header are moved to the right.