Hi,
I have a content section (min 50% browser) with an image bckground and i want to put a text block on top of this section.
If i put a text block on top the block is aligned in the center of the content section.
I would like to align the text block at the bottom (padding 10px) of the content section.
How can i do this?
I managed to get the text at the bottom but now i want the text right aligned.
Use this code:
.page-id-1168 .av_textblock_section {
bottom: 0;
position: absolute;
text-align: right; }
(see example page in PC)
THX Freek