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

    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

    • This topic was modified 7 years, 11 months ago by Freek.
    #735658

    Hey Freek,

    Try this CSS instead:

    .page-id-1168 .av_textblock_section {
        bottom: 0;
        right: 0;
        position: absolute;
    }

    Best regards,
    Rikard

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