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

    Hi There,
    I’ve made a simple landing page for visitors to my website and I want my “enter” button to sit lower on the image so it doesn’t cover up my logo. Is there some quick CSS that can help make that happen?

    Many thanks!

    #715136

    Hey PabloStennett,

    I’m getting redirected to the URL in private and I only get a blank page, not sure what’s going on?

    Best regards,
    Rikard

    #715528

    I migrated the site last night so the link and login below should now work. Sorry about that. Could you look again?

    #715758

    Hi,

    No problem, please try the following in Quick CSS under Enfold->General Styling:

    .home .slideshow_align_caption {
        vertical-align: bottom  !important;
    }

    Best regards,
    Rikard

    #716128

    Thank you! That worked beautifully. Is it possible to move it up a few lines so it’s not at the very bottom?

    Jessica

    #716187

    Hey!

    Please change your code to following one

    .home .slideshow_align_caption {
        vertical-align: bottom !important;
        bottom: 10%;
    }
    

    Regards,
    Yigit

    #716244

    It looks perfect. Thank you!

    You can close this ticket.

    Jessica

    #716328

    Hi,

    Thanks for that and glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to move button down on full screen slider’ is closed to new replies.