Hi,
A while back Kevin Foley submitted this code to display navigation arrows in the Ishimoto template:
.sqs-wrapper:hover .sqs-active-slide:after { content: '>'; position: absolute; top: 50%; right: 0; margin-right: -80px; z-index: 1000; color: #EEE; font-size: 120px; } .sqs-wrapper:hover .sqs-active-slide:before { content: '<'; position: absolute; top: 50%; left: 0; margin-left: -80px; z-index: 1000; color: #EEE; font-size: 120px; } .sqs-active-slide:first-of-type:before { content: '' !important; } .sqs-active-slide:last-of-type:after { content: '' !important; }
Can anyone suggest ways to make the arrows be fixed on the far sides of the gallery (rather than moving with each picture)?
Thank you,