Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #287797

    Is there a way to keep the text in the footer from dropping down on the iPad in the standard view. The email address is dropping down a line. It works fine in landscape mode.

    #287888

    Hey robertwood04!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    section#text-4 * {
    font-size: 13px;
    }

    Cheers!
    Yigit

    #287956

    Is there a way to do this on mobile only?

    #287958

    Hi!

    Yes, please replace the code with following one

    @media only screen and (max-width: 768px) {
    section#text-4 * { font-size: 13px; }}

    Regards,
    Yigit

    #287968

    Thanks again. I had just figured that one out.

    #287969

    Hi!

    You are welcome, glad we could help! :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Footer Text on iPad’ is closed to new replies.