Hello.
I would like to change the hight (in pixel) of my title from the top of my page.
I have a slider full page with a legend title. My title legend is too hight from the top, I want to have it more lewer.
Is it possible ?
Best regards
Hey mescalytequila,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
Hello Jordan
I put the link to my homepage. I want “Bienvenue chez d’Aqui Sushi” to be lower
Hi,
Add the following to quick css:
.slideshow_align_caption{
padding-top:200px!important;
}
Adjust the number to whatever you need.
Best regards,
Jordan Shannon
Great ! Thank you, Jordan !