To whom it may concern,
I am using your Full Screen Slider on our webpage – http://lakesidecrossingdfw.com/
I have managed to center some of the caption content with custom css. However I cannot get the buttons centered. Any tips would be greatly appreciated.
– Matt
Looking at the site in Chrome, it appears that the letter spacing on LAKESIDE is causing the problem. The buttons center in that area but LAKESIDE is so wide that it makes the area wider than the window. If you remove the letter spacing from LAKESIDE, you’ll see that the buttons actually are centered on the screen. In Chrome, anyway.
Hi!
Can you please try changing following code
h1 {
font-family: 'dionisioregular_condensed', lato, sans-serif;
font-size: 10vw;
color: #F1EDEC;
font-weight: normal;
letter-spacing: .75em;
}
to following one
h1 {
font-family: 'dionisioregular_condensed', lato, sans-serif;
font-size: 9vw;
color: #F1EDEC;
font-weight: normal;
letter-spacing: .75em;
}
Regards,
Yigit
Thank you Yigit!
Works like you said.
Hey!
Happy you could solve it.
Please also take a moment to rate Enfold for us at themeforest, we would really appreciate it!
Thank you very much!
Best regards,
Basilis