Arrows in a sliding horitzontal layout

  • Posted in : cvCard WP
  • davidrife
    Participant

    Hi, I’m very satisfied with “cvcatd wp” theme
    but I have a doubt.

    How can I add two arrows at the ends of sliding horitzontal layout?

    In a Documentation I found this link: http://tympanus.net/codrops/2013/09/05/sliding-horizontal-layout/ but I don’t know how do it.

    Can you help me, please?

    Thank you!

    ahmetsali
    Keymaster

    Hi, you can try this custom css code and see if it suits you;

    .vs-sidenav div:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        font-size: 50px;
        width: 40px;
        height: 40px;
        font-family: fontello;
        opacity: .7;
    }
    .vs-sidenav .vs-sidenav-left:before {
        content: "\e8e1"; left: 30%;
    }
    .vs-sidenav .vs-sidenav-right:before {
        content: "\e8e2 "; left: auto; right: 30%;
    }
    
    davidrife
    Participant

    oh thanks,

    the template is much more intuitive as well.

    perfect!!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register