How do i centralise text in ‘image with text’ section. Theme is Envy 26.5.0
If i need to add code please can you be specific about where it needs to go as i’m new to coding
Thanks ![]()
How do i centralise text in ‘image with text’ section. Theme is Envy 26.5.0
If i need to add code please can you be specific about where it needs to go as i’m new to coding
Thanks ![]()
Hi @jenbourge ,
I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!
Step 1: Go to Admin → Online store → Theme > Edit code:
Step 2: Search for the file base.css, theme.css, styles.css or theme.scss.css. And add this code snippet to the end of the file.
.image-with-text .text-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
In this step:
Step 3: Save your code and reload this page.
I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.
If it’s still not correct, could you please specify exactly where you need to center text by taking a screenshot and marking it?
Or Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
Have a nice day sir!