Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #471441

    Hi there,

    Is it possible to have the easy slider and textbox to align at the bottom despite the screen size?

    As you can see here:http://dalyfo.jacobsenweb.dk, the easy slider image gets smaller when resizing screen size (tried all settings in easy slider and tried several different image sizes).

    Hope u can help!

    Best regards

    #471504

    Hey mariajoensen!

    Try dragging a codeblock element to that page and add this inside.

    <style type = "text/css">
    .avia-slideshow { position: absolute; bottom: 0px; }
    </style>

    Best regards,
    Elliott

    #471542

    Hej Elliott,

    Thanx for your quick reply!

    I’ve dragged a codeblock into the page and inserted your code. But now the easy slider’s not aligning to the top of the textbox. And it get’s smaller and disapears when decreasing the screen size? (tried inserting top: 0px – didn’t help)

    Best regards

    #471951

    Hi!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #472016

    Hi Rikard,

    http://dalyfo.jacobsenweb.dk/wp-login.php

    User: Kriesi
    Pass: Kriesi2015Enfold

    Best regards

    #472493

    Hey!

    Well in your first post you said you wanted it to align at the bottom, not the top. Take a screenshot and highlight exactly what your trying to do so we can get a better idea.

    Best regards,
    Elliott

    #472518

    Hey Elliott,

    I thought it was obvious what i wanted – my bad! I need the slider to align to both the top and bottom of the right text box when resizing screen.

    Here’s the screenshot. The right text box next to the slider is getting higher the smaller the screen size. Before I pasted the code you gave me in, the slider images resized and only aligned to the top of the text box (that’s what I meant about getting it to align to the bottom – as well)

    https://www.dropbox.com/s/inz5e45n1i8mw12/Screen%20Shot%202015-07-13%20at%2015.26.31.png?dl=0

    Best regards

    #473123

    Hi!

    try this code:

    .flex_column .avia-slideshow.avia-builder-el-no-sibling {
    height: 100%;
    }
    

    Regards,
    Andy

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