Comments 1Joerg started the conversationNovember 3, 2014 at 2:49pmHello,I am using your code advice to get a semi transparent background on the header in nectar slider. But unfortunately the buttons and the captions are touching the header background. Where I can adjust the margin-top for the buttons and captions?ThanksJoerg 1Joerg repliedNovember 3, 2014 at 2:51pmthis was the code:.swiper-slide .content h2 {padding: 4px 0px;display: inline;position: relative;left: 10px;background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);-moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);-webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);-o-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);line-height: 45px;} 8,840Tahir repliedNovember 4, 2014 at 6:49pmHey!Simply adjust the line height in above css, change 45 to 120 . Thanks ThemeNectar Support Team 1Joerg repliedNovember 5, 2014 at 3:52amOK - thank you so much :-)You have a great support at ThemeNectar!!! Sign in to reply ...
Hello,
I am using your code advice to get a semi transparent background on the header in nectar slider. But unfortunately the buttons and the captions are touching the header background. Where I can adjust the margin-top for the buttons and captions?
Thanks
Joerg
this was the code:
.swiper-slide .content h2 {
padding: 4px 0px;
display: inline;
position: relative;
left: 10px;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
-o-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
line-height: 45px;
}
Hey!
Simply adjust the line height in above css, change 45 to 120 .
Thanks
ThemeNectar Support Team
OK - thank you so much :-)
You have a great support at ThemeNectar!!!