Hello
I want to make post slider but I want to make indicator outside of post slider.
when you visit the website that I wrote on the bottom, you can see what I mean.
So, I looks like margin 30px each side.
Can I make same thing on enfold theme?
then… Do I need to changed the setting with CSS? or I need to install the plugin?
Plz help me out.
Thanks a lot
Hey shinseul,
Try to go to Enfold > General Styling > Quick CSS, then add this css code:
#top .avia-content-slider {
overflow: visible;
}
#top .avia-content-slider .avia-slideshow-arrows a {
opacity: 1;
}
#top .avia-content-slider .avia-slideshow-arrows a.prev-slide {
left: -90px;
}
#top .avia-content-slider .avia-slideshow-arrows a.next-slide {
right: -90px;
}
Hope it helps.
Best regards,
Nikko