Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #988705

    Hi I have a website in 2 languages English and arabic the problem that I encounter with is that when I view the arabic version the space between the last menu item and the first icon in social bookmark disappears so how do I increase the space between them to look exactly like the English version ?
    this is the arabic version : http://muslimark-sa.com/?lang=ar and this is the English version : http://muslimark-sa.com/
    and another thing how do I remove the sliver line between the menu and the logo in arabic version ?

    #988708

    Hey akramkafina,

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

    CSS Snippet:

    
    .rtl .avia-menu.av_menu_icon_beside {
        border-left: none;
        border-right: 1px solid #e2e2e2;
        padding-right: 25px;
        margin-right: 25px;
        margin-left: 0;
        padding-left: 0;
    }
    
    

    Best regards,
    Yigit

    #988710

    thank you :) that was perfect

    #988724

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘how to add a space between the last menu item and the first social bookmark’ is closed to new replies.