Hi, I’m using the Startup Theme, and I would like to change the text alignment to left align for image with text overlay. The example for this theme (Tech) has the top banner text left align, and I’m not sure why it’s not an option in the actual theme builder…please let me know if there is an easy way to make this change. Thank you!!!
1 Like
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
1 Like
I just emailed you the link. Thank you!
1 Like
can you please show me issue image?
1 Like
yes please add this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
.image-with-text-overlay__content-wrapper {
align-items: start;
max-width: 1200px;
}
1 Like
Thank you so much!! It worked beautifully, and I really appreciate your help!
1 Like
its my pleasure to help us
1 Like