Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1188847

    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

    • This topic was modified 4 years, 8 months ago by Justin.
    #1189149

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.