Can you help? Not sure if something is getting inherited or what. But the control are wonky and not aligned on the homepage slider. Thanks
Hey Justin,
You have this in your child theme CSS:
.avia-slideshow-arrows a:before {
border-radius: 0px;
border-width: 2px;
padding-left: 50px;
padding-right: 50px;
padding-top: 25px;
padding-bottom: 25px;
font-size: 14px;
text-transform: uppercase;
}
Please try changing it to this instead:
.avia-slideshow-arrows a:before {
border-radius: 0px;
border-width: 2px;
padding-left: 30px;
padding-right: 50px;
padding-top: 0;
padding-bottom: 25px;
font-size: 14px;
text-transform: uppercase;
}
Best regards,
Rikard