Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #390663

    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

    #390681

    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

    #390686

    Works Perfect.

    Thanks so much :)

    #390692

    Hi!

    Glad we could help you. Enjoy the theme and thank you for using the forum.

    Cheers!
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Can get the short separator to work’ is closed to new replies.