Tagged: mobile
My site has three “Special Heading” portions, all of which have the style set to “Heading Style Modern (centered)”. One of those Special Headings however is not centered on mobile devices (screenshot in private content). Thank you.
Hi Starkos!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.av-inherit-size .av-special-heading-tag {
font-size: 0.6em;
}}
Best regards,
Yigit
It somehow corrected itself before implementing your code. Thank you anyway though!
Hey!
Glad it’s sorted :)
We have put together some info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Cheers!
Vinay Kashyap