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
Hey chrisholemar!
Can you post the link to your website so we can take a look?
Best regards,
Yigit
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
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
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
thanks, yigit! but the space between the 2 flags is still there.
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
THANKS! GREAT!!!!