Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #692991

    Hey Kriesi Team,

    > We are using WPML plugin.
    > As you may see in the website (LINK), English menu width is larger than Farsi menu, so the style of the top header should be vary for each language. Otherwise, we see this conflict between menus:
    .

    Regards,
    Sadegh

    #693007

    Hey Sadegh,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #693015

    Hi,

    Sorry I think it was a misunderstanding earlier. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .main_menu {
        min-width: 560px;
    }
    .avia-menu.av-main-nav-wrap {
        min-width: 560px;
    }
    
    

    Best regards,
    Vinay

    • This reply was modified 8 years, 1 month ago by Vinay.
    #693023

    Hey Vinay,

    Thanks a lot for the code, it completely worked fine.
    And may I know is there any way to make search-bar height the same for both menus? (now there is little difference)

    Regards,
    Sadegh

    #693393

    Hi,

    We checked your site on Chrome and the search bar on both the version look’s identical. Did you manage to fix it?

    Let us know if you have any questions.

    Best regards,
    Vinay

    #693612

    Hey Vinay,
    Would you please take a look at below images; I have shown the height difference there:
    in English Menu:
    .

    in Farsi Menu:
    .

    Regards,
    Sadegh

    #693987

    Hi,

    I still do not see the hight different on my end. Any how to fix it please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .av_minimal_header #s {
        min-height: 30px;
        max-height: 30px;
        height: 30px;
    }
    

    If you still see the difference please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.


    Best regards,
    Vinay

    #694226

    Hey Vinay,
    Thanks a lot for the code :)

    (you may now close the thread please)
    Regards,
    Sadegh

    #694565

    Hi,

    Glad we could help!
    We really appreciate it if you rate our theme on themeforest .
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Different Styles in 2 languages’ is closed to new replies.