Hi
I would like to move my shadow picture closer to my slider (to line). How do i adjust the padding between my shadow picture and slider
Thank you in advance http://www.weeklypoolservice.com
Hey Nelson!
Thank you for coming back.
In custom.css or Enfold->Styles->QuickCSS put the following:
.page-id-10 #after_layer_slider_1 .template-page {
padding-top: 0 !important;
}
To remove the white line:
#after_layer_slider_1 .template-page {
padding-top: 0 !important;
margin-top: -1px !important;
}
Cheers!
Günter
Looks Good Thanks for the Help