Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #658969

    Dear Kriesi Team,

    Would you please take a look at this below image:
    .

    As you may see, the arrow is not aligned in the center, it is occurred on my first page.
    How may I fix this?
    (I insert my website address in private area)

    Regards,
    Sadegh

    #659398

    Hey Sadegh,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .rtl .avia_transform .av-extra-border-element.border-extra-arrow-down {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    

    Best regards,
    Yigit

    #659725

    Hi dear Yigit,

    Actually non of them worked for me.

    Kind regards,
    Sadegh

    #659842

    Hi,

    Please try changing the code to following one

    .rtl .av-extra-border-element.border-extra-arrow-down {
        -webkit-transform: translateX(50%) !important;
        transform: translateX(50%) !important;
    }

    If that too does not work, please create temporary admin logins and post it here privately.

    Best regards,
    Yigit

    #660121

    Hi Yigit,

    Thanks a lot,
    it works fine now :)

    Kind regards

    • This reply was modified 8 years, 3 months ago by Sadegh.
    #660345

    Hi,

    Great, glad we could help. Please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #660688

    Hi,
    Thanks. No problem. you may now close the thread.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘arrow is not aligned’ is closed to new replies.