Hi there
I’d like to move my easy slider title and text up slightly – by maybe 100 or so px. Can’t for the life of me figure out how, hoping you can help!
Cheers
Fleur
Hey Fleur!
Please provide us a link of your web site and maybe a screenshot also of what you want to do, so we can go through it and try assist you.
Thanks a lot
Regards,
Basilis
Details below :)
It’s just the easy slider on the home page, I’d like to move all the text (and the background box/shadows) up on the screen slightly. They are a touch too low.
Thanks
Fleur
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.slideshow_align_caption {
transform: translateY(-100px);
}
Best regards,
Vinay
Perfect, thank you SO MUCH!!! You guys are amazing!