Hi, The arrows on my testimonial slidier are not looking correct. I have added some custom css for the iconbox icons and maybe that is why they are conflicting with the testimonials area…
Here is the icon code
/* Icon Size */
.iconbox_icon[data-av_icon]:before {
font-size: 50px!important;
}
.iconbox_icon {
margin-right:20px!important;
}
.home #av_section_6 .container {
max-width: 100%;
padding: 0;
}
.iconbox_top .iconbox_icon {
font-size: 60px!important;
text-align: center;
height: 60px;
width: 60px;
line-height: 56px;
top: -34px;
margin-left: -45px;
}
Hey joandjaxx,
Thank you for the inquiry.
Please add this css code to correct the alignment of the nav arrows:
#top .avia-slider-testimonials.av-slideshow-ui .avia-slideshow-arrows a:before {
padding-top: 0;
}
Best regards,
Ismael
Thanks. That worked. The top portion of the circle looks to be cut off as well. Do you see that on your end?