Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #551496

    hi. what must i do the get the image down to the footer menu? at the moment it looks like that: http://imgur.com/mAJcy0x

    and i try to get this look: http://imgur.com/lRWB3dB what can i do? thank you very much.

    #551517

    Hi seiteninstallateur!

    Add a color section to your page and drag the contact form into it and place it inside a 1/2 column. Next edit the color section and give it an image background and set it’s position to bottom right.

    Or if you just want to use CSS then drag a codeblock element to your page and add this inside.

    <style type = "text/css">
    #av_section_2 .avia-builder-el-last {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
    </style>

    Regards,
    Elliott

    • This reply was modified 8 years, 4 months ago by Elliott.
    #552516

    ok, i installed a background image insiede the 1/2 colum. But now i do not see any picture.

    #553757

    Hey!

    Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your image and give it a custom CSS class and then add following code to Quick CSS

    .your-custom-class { position: relative; top: 20px; }

    You will need to adjust the values to position it as you need

    Best regards,
    Yigit

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