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

    Is there a way to have the nav arrows of the Partner/Logo Element display on either side of the strip in stead of in the top right corner? similar to the way a full width slider would have its arrows display?

    #304954

    Hey McEwans! :)

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .avia-smallarrow-slider .avia-slideshow-arrows { width: 100%; top: 70px; }

    Best regards,
    Yigit

    #304990

    Thanks Yigit that worked perfectly in Opera and chrome, but not i firefox :P

    Do you think there is a work around for it in firefox?

    #305191

    Hi!

    Just set the position property to absolute. Use this:

    #top .avia-smallarrow-slider .avia-slideshow-arrows {
        width: 100%;
        top: 70px;
        position: absolute;
    }

    Cheers!
    Ismael

    #305596

    Thank you so much Ismael! that worked perfectly :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Partner/Logo Element arrows’ is closed to new replies.