Hi, how can I fix this – https://www.screencast.com/t/0Eh0AJsp5aj3?
Hey DROR,
Try adding this to quick css:
border-left-style: none !important;
Let me know if this works for you.
Best regards,
Jordan Shannon
Hi Jordan, that doesn’t look it made any change.
Hi,
Would you mind posting a link to your site so we can take a closer look?
Best regards,
Kriesi
Sure, the URL is attached.
By the way Kriesi, it seems that the backend of the builder is a bit messed up on RTL websites after the recent update.
Hey!
For the initial issue, please use this:
#top.rtl .av-subnav-menu > li:first-child a {
border-left-style: solid;
border-left-width: 1px;
}
#top.rtl .av-subnav-menu > li:last-child a {
border-left: none;
}
For the builder issue, please create a new thread with the login credentials and screenshots. We’ll check it there.
Best regards,
Ismael