Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #365716

    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!

    #366250

    Hey!

    Try adding this code to the Quick CSS:

    #color-section .flex_column{
        margin-bottom: 0 !important;
    }

    Cheers! 
    Josue

    #366256

    Resolved. Thank you very much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Top Margin for Text in a Color Section’ is closed to new replies.