Tagged: separator
Hey Guys
I need to bring a little space between the advanced slider and the accordion slider. I have tried to use the short separator, but it would not go under 40 px, and i only need the separator on about 10 px. What to do?
This is my page: http://81.95.245.178
Hey tcoach84!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS put the following and adjust the value as needen:
.page-id-9 #accordion_slider_0 {
margin-top: 10px !important;
}
You can also use:
.page-id-9 #accordion_slider_0 {
border-top: 10px solid black;
}
Cheers!
Günter
Works Perfect.
Thanks so much :)