I want to add a top Margin for text in a color section so I can center it on the iPhone in portrait and landscape mode. It stays centered on other screen sizes but is off center once the screen size gets smaller. (See attached image) Thank you!
Hey!
Try adding this code to the Quick CSS:
#color-section .flex_column{
margin-bottom: 0 !important;
}
Cheers!
Josue
Resolved. Thank you very much!