Okay
  Public Ticket #2353705
Hover state for arrow on carousel misaligned
Closed

Comments

  • robint84 started the conversation

    The over state for the arrow to move forward the carousel is not aligned. It seems that horizontal line part should be aligned vertically with the angled arrowhead. See screenshot for example

  •  3,021
    Andrew replied

    Hi there,

    Use the following custom css in Salient > General settings > CSS/Script related:

    .ascend [data-full-width="false"] .carousel-next:after, .ascend [data-full-width="false"] .carousel-prev:after {
        height: 3px;
    }
    

    Hope this helps.