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!
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
I migrated the site last night so the link and login below should now work. Sorry about that. Could you look again?
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
Thank you! That worked beautifully. Is it possible to move it up a few lines so it’s not at the very bottom?
Jessica
Hey!
Please change your code to following one
.home .slideshow_align_caption {
vertical-align: bottom !important;
bottom: 10%;
}
Regards,
Yigit
It looks perfect. Thank you!
You can close this ticket.
Jessica