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

    Hi, how can I fix this – https://www.screencast.com/t/0Eh0AJsp5aj3?

    #754127

    Hey DROR,

    Try adding this to quick css:

    #top .av-subnav-menu  li:first-child a {
         border-left-style: solid !important;

    Best regards,
    Jordan Shannon

    #754191

    Hi Jordan, that doesn’t look it made any change.

    #754251

    Hi,

    Would you mind posting a link to your site so we can take a closer look?

    Best regards,
    Kriesi

    #754258

    Sure, the URL is attached.

    #754260

    By the way Kriesi, it seems that the backend of the builder is a bit messed up on RTL websites after the recent update.

    #756815

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.