Tagged: partner/logo element, styling
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?
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
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?
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
Thank you so much Ismael! that worked perfectly :)