Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #738962

    hello,

    if you look at these images you will find two issues:

    1) the bullet points for the mobile menu are on the wrong side
    https://www.dropbox.com/s/icwmbl3zqnl7csd/Arabic%20Mobile%20Menu.png?dl=0

    2)there is no line between the facebook and twitter icons on the top bar of the homepage
    https://www.dropbox.com/s/mfn3qj534cbttte/Social%20Media.png?dl=0

    Ps. for the second item please give me a code only for the website in desktop mode, as on mobile mode we have removed all the lines from the social media

    #740282

    Hey Jihad,

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

    .rtl #mobile-advanced li > a:before, .rtl .html_header_mobile_behavior #mobile-advanced span > a:before, .rtl #mobile-advanced .mega_menu_title:before {
        left: auto;
        right: 0;
        margin-right: 10px;
        transform: rotate(180deg);
    }
    @media only screen and (min-width: 990px) {
    #top.rtl #header .social_bookmarks li:last-child {
        border-right: 1px solid #e2e2e2!important;
    }}
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #740518

    hello Yigit,

    That fixed most issues, when its in tablet mode though the line disappears again. is there a code for that?

    ps in mobile mode its fine

    #740630

    Hi,

    You can change second part of the code to following one

    
    #top.rtl #header .social_bookmarks li:last-child {
        border-right: 1px solid #e2e2e2!important;
    }

    It was in media queries as you said you did not need for mobile but that should work :)

    Best regards,
    Yigit

    #741063

    hello yigit,

    sorry i don’t get it as that code you just sent me is already part of the first code you sent.

    #741206

    Hi,

    It is without media queries actually. Please use the code as following

    .rtl #mobile-advanced li > a:before, .rtl .html_header_mobile_behavior #mobile-advanced span > a:before, .rtl #mobile-advanced .mega_menu_title:before {
        left: auto;
        right: 0;
        margin-right: 10px;
        transform: rotate(180deg);
    }
    #top.rtl #header .social_bookmarks li:last-child {
        border-right: 1px solid #e2e2e2!important;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #742953

    Hello Yigit,

    that just moves the line from between the insta and twitter logo to between the facebook and twitter logo.

    lets try an easier method. Instead of trying to fix this issue can you send me the code to remove all the lines from the social media elements, in desktop, tablet and mobile please?

    #742963

    Hey!

    .social_bookmarks { display: none !important; }
    

    and let us know if we can do anything else for you

    Regards,
    Basilis

    #742974

    Hello Basilis,

    That didn’t do anything

    #743301

    Hi,

    Please use following code instead

    .social_bookmarks li {
        border: none !important;
    }

    Best regards,
    Yigit

    #743312

    That fixed everything. thanks for your time people.

    #743314

    Hi!

    Not at all!
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Arabic site Issues cont..’ is closed to new replies.