Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #622803

    Hi,

    I am trying to get the slider buttons on a Content Slider to look the same as on a Simple Slider.

    Simple think to do: I just copied the following code snipet from the Simple Slider to quick css:

    #top .avia-smallarrow-slider-heading {
    top: 50%;
    position: absolute;
    }
    
    #top .avia-smallarrow-slider .avia-slideshow-arrows a {
        display: block;
        text-decoration: none;
        color: #fff;
        visibility: visible;
        position: absolute;
        width: 60px;
        text-align: center;
        height: 60px;
        line-height: 62px;
        font-size: 25px;
        top: 50%;
        margin: -30px 15px 0;
        z-index: 99;
        overflow: hidden;
        text-indent: -600%;
    }

    It is indeed working as intendet. Just the small white arrow doesnt align centered, but aligned to the top. Any idea how to change that?
    Here is what it looks like: http://i.imgur.com/c4cFCAk.png

    edit: Seems like I am getting an “invalid property value” for the “margin: -30px 15px 0;” but I don’t know why or how to fix it.
    edit2: Fixed the margin error. Arrow still not moving.

    Thanks in advance,
    Christian

    • This topic was modified 9 years ago by scheitmann.
    #624502

    Hey scheitmann,

    I checked the link you’ve provided, but I can’t find any slider arrows. Can you check please? and provide us a precise link?

    Best regards,
    Andy

    #624516

    You can’t see the content slider on the page? That’s strange.

    h.ttp://jngldrm.de/wiebrock/test/
    Check this one. The arrows show when you hover the slider. Just the white arrows show aligned at top not centered.

    • This reply was modified 9 years ago by scheitmann.
    #625429

    Hi,

    I can see the buttons but no content in the slider, you can try the following CSS to control the arrow though:

    .prev-slide:before, .next-slide:before {
    line-height: 60px !important;
    }
    

    Thanks,
    Rikard

    #625493

    Sweet, that did the trick. Thank you a lot!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Simple Slider Buttons on a Content Slider’ is closed to new replies.