Hi,
i installed wpml plugin and added language dropdown right to menue with EN as main language.
For some reason the special heading element changes space below (space gets reduced), when switched to another language (DE,FR).
This seems to be only on my frontpage “HOME” (please see screenshot).
How can i fix it?
kind regards
Jak
Hey Jak73,
You can have separate styling for all languages in Quick CSS, did you check if you have any custom CSS which is added in one language but not the other? You can switch languages at the top of the theme menu.
Best regards,
Rikard
Hi,
Thank you for the info.
The FR language has the following custom CSS, which overrides the custom 25px bottom padding of the Special Heading element. Did you add this css code?
#main .container_wrap_first .av-special-heading {
margin-top: 0px;
padding-top: 12px;
padding-bottom: 8px;
}
Best regards,
Ismael