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
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