Hi, I would like to align the text below to the left of the screen.
Website link is: https://384f77-3.myshopify.com/collections/archive-six
Password is: mewnaw
Thank you!
Hi, I would like to align the text below to the left of the screen.
Website link is: https://384f77-3.myshopify.com/collections/archive-six
Password is: mewnaw
Thank you!
Hi @AnaELW
Follow these Steps:
Go to Online Store Edit Code Find theme.liquid file or base.css
Add the following code in the bottom of the file above tag
.rich-text__wrapper {
justify-content: left;
}
If I managed to help you then, don’t forget to Like it and Mark it as Solutions.
Hello @AnaELW
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.rich-text__wrapper {
padding: 0px !important;
justify-content: start !important;
}
Hi, sorry that didnt work ![]()
I have developed the shopify store from the developer. Now, I want to customize its header by myself. Can anyone guide me about it.