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

    hello.
    i’ve a problem with the padding/spacing on secondary menu in the header (position right) – using WPML

    i use this code within quick css (en, de)

    .av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child {
    padding: 0 10px !important;
    }

    so it will work with the english-version … but that’s no solution for the “master” german version ???!!!??? i don’t understand why …

    master (german): https://dl.dropboxusercontent.com/u/10849118/de.png
    english: https://dl.dropboxusercontent.com/u/10849118/en.png

    thanks for help!

    cheers, chris

    #243626

    Hey chrisholemar!

    Can you post the link to your website so we can take a look?

    Best regards,
    Yigit

    #243679
    This reply has been marked as private.
    #243735

    Hi!

    Maybe Enfold can’t regenerate the dynamic stylesheet. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button).

    Regards,
    Peter

    #244061

    hi peter! great! it works now! thanks a lot.

    but ;-) … now there are also 10px space between the 2 flags and the right siteborder (see png)

    https://dl.dropboxusercontent.com/u/10849118/3.png

    regards, chris

    #244081

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child { padding-right: 0!important; }

    Best regards,
    Yigit

    #244223

    thanks, yigit! but the space between the 2 flags is still there.

    #244390

    Hi!

    Please use this on Quick CSS or custom.css:

    #top ul.avia_wpml_language_switch li {
    margin: 0;
    }
    
    .av_secondary_right .sub_menu>ul.avia_wpml_language_switch>li {
    padding: 0 !Important;
    }

    Best regards,
    Ismael

    #245022

    THANKS! GREAT!!!!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘padding/spacing on secondary menu in the header (position right) – using WPML’ is closed to new replies.