Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #275851

    Great theme. Thanks for it.

    Our home page has a youtube video background, and I dropped a Text Block inside the Color Section for a title overlay. However, it centers itself no matter what I do. I’d like to move it to the bottom of the Color Section. How do I accomplish that?

    Thanks

    #275859

    Hey!

    Try adding this code to the Quick CSS:

    #av_section_1 .av_textblock_section {
        position: absolute;
        bottom: 10px;
    }

    I’d recommend you to set an unique ID to that color section so it doesn’t affect other pages, if you do that change the “av_section_1” part for the ID in the code i posted.

    Cheers! 
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.