Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #576326

    Hi,
    How may I have an arrow like this?
    .

    Actually I have tested both options in my element, but non of them worked for me. (as you may see in the below image)
    .

    #576616

    Hey Sadegh!

    Please edit your color section and choose to display an arrow – http://i.imgur.com/ClJAXzs.png

    Best regards,
    Yigit

    #577720

    Hi Yigit,
    I did that. But it’s still doesn’t work

    #577913

    Hi!

    Can you please post the link to your page? Issue might be RTL related.

    Best regards,
    Yigit

    #578644

    Hi again,
    Sure, please find it in the private content.

    #580192

    Any update?

    #580825

    Hey!

    I’m sorry for the delay. I’m not sure why it’s not working on your installation but this code somehow fixed it:

    .avia_transform .av-extra-border-element.border-extra-arrow-down {
        position: absolute;
        width: 50px;
        height: 25px;
        left: 50%;
        margin-left: 0;
        display: table-caption;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    Cheers!
    Ismael

    #581502

    Hi,
    Right, the code makes it fixed.

    Thank you!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘element bottom arrow’ is closed to new replies.