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

    hello, on a website im having this page ( https://jmcwebdesign.nl/switch/deswichtgids/ )
    where the title word De Switchgids is corresponding with the subtitle.
    thats allright for a desktop, but on a mobile the text is, keeping the mobile upright, falling out of the screen.
    Ive tried to solve that by a piece of code,
    using @media only screen and (min-width: 768px),
    but i did not succeed.
    where and how could i fix this?
    best regards, jelle

    • This topic was modified 3 years, 9 months ago by yampieters.
    #1278260

    Hi jelle,

    Instead of trying to use inline css in your span tag, can you try to add a class instead so you can target it.
    Then in Quick CSS, add the CSS code both for desktop and it’s mobile version.
    Hope this helps you in the right direction.

    Best regards,
    Nikko

    #1278422

    Hello Nikko, thanks for the reply.
    ive been able to solve it by this adjustment in the Quick CSS department:

    .switchgids
    {letter-spacing:13px;}
    @media only screen and (min-width: 768px) 
    {.switchgids
    {letter-spacing:5px;
    }
    }
    

    best regards, jelle

    #1278431

    Hi jelle,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    • This reply was modified 3 years, 9 months ago by Nikko.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘no letterspacing on mobile’ is closed to new replies.