Hey, does anyone know the best way to left align the subheading, heading and paragraph text in my ‘video with text’ section (symmetry theme) so it sits exactly the same as the rich text section below it on the left? 
URL – https://pantee.co.uk/?_ab=0&_fd=0&_sc=1&preview_theme_id=144118972631
Current look –
@emilyaugstudios ,
Step 1. Go to Admin → Online store → Theme > Edit code
Step 2. Find the file theme.liquid.
Step 3. Add this code above
Result:
If it helps you, please like and mark it as the solution.
Best Regards 
1 Like
Hello @emilyaugstudios
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
@media (min-width: 768px) {
.section-video-with-text .feature-text-paired {
margin-left: 0 !important;
}
}
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
1 Like