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

    Hi,
    I have a color section with a fullscreen background image (100% height).
    in this color section, I want the content to be on top, and not in the center (as it is by default).

    Please, what is the Quick CSS ?

    Thanks

    #423159

    Hi ppi37!

    Please add following code to Quick CSS

    .avia-section.av-minimum-height .container .content {
      vertical-align: top;
    }

    Regards,
    Yigit

    #423235

    Perfect Yigit,
    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘color section content at the top’ is closed to new replies.