Hi there,
I’d like my first ‘Image with Text’ section to show with all the text centred and above the image (rather than next to each other).
So in this order on both desktop and mobile:
HEADLINE ‘Great Days Out!’
TEXT
IMAGE
SHOP NOW BUTTON
How do I change this please?
www.quiztrail.co.uk
Thank you in advance.
Hi @quiztrail ,
#shopify-section-1643742324d2861aba .feature-row {
display: flex;
flex-direction: column-reverse;
align-items: unset;
text-align: center;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
1 Like
@quiztrail ,
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.css and paste this at the bottom of the file:
#shopify-section-1643742324d2861aba .feature-row {
display: flex;
flex-direction: column-reverse;
text-align:center;
align-items: unset;
}
Thanks!
@quiztrail ,
If my solution is helpful to you, then please accept it.
1 Like
@oscprofessional Thank you. Are you able to help with the below too please?
@quiztrail
Have you added the code ??
it is for mobile also.
1 Like
Hi @oscprofessional ,
I have added the code and it worked on Mobile but not Desktop unfortunately. Is it possible to have the same layout on Desktop please?
Also can I have the ‘Shop Now’ button underneath the image?
Thank you.