Hi
I have a special heading inside a color section on the homepage and the text seems to be off center on mobile portrait orientation. I could not find a reason or a fix. Could you please have a look and let me know how can I center the text in the special heading or the element itself?
Thank you
Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 767px) {
#top.rtl .av-special-heading.elegant-centered {
margin-right: 0;
}}
Regards,
Yigit
Thank you
that worked perfectly!
can you please briefly explain what was the issue? is it in RTL css or in the way my elements were setup?
will this css negatively effect LTR pages?