-
AuthorPosts
-
July 10, 2015 at 2:06 pm #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
July 10, 2015 at 3:23 pm #471504Hey 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,
ElliottJuly 10, 2015 at 3:46 pm #471542Hej 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
July 12, 2015 at 7:10 am #471951Hi!
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,
RikardJuly 12, 2015 at 12:36 pm #472016Hi Rikard,
http://dalyfo.jacobsenweb.dk/wp-login.php
User: Kriesi
Pass: Kriesi2015EnfoldBest regards
July 13, 2015 at 3:13 pm #472493Hey!
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,
ElliottJuly 13, 2015 at 3:38 pm #472518Hey 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
July 14, 2015 at 1:20 pm #473123Hi!
try this code:
.flex_column .avia-slideshow.avia-builder-el-no-sibling { height: 100%; }
Regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.