Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #596737

    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.

    #598073

    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

    #598729

    It somehow corrected itself before implementing your code. Thank you anyway though!

    #598740

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.