Tagged: arrow
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)
Hey Sadegh!
Please edit your color section and choose to display an arrow – http://i.imgur.com/ClJAXzs.png
Best regards,
Yigit
Hi Yigit,
I did that. But it’s still doesn’t work
Hi!
Can you please post the link to your page? Issue might be RTL related.
Best regards,
Yigit
Hi again,
Sure, please find it in the private content.
Any update?
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
Hi,
Right, the code makes it fixed.
Thank you!