• Resolved Liento

    (@liento)


    I need to make the Simple Author Box font size responsive for mobile and tablet like the rest of the website. I have tried to add CSS but I can not make the text of the description work. I will be very grateful if you can help me with this detail.
    Thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello Liento,

    In order to change the description’s font size on mobile please add the following code in Appearance > Customize > Additional CSS:

    @media screen and (max-width: 800px) { body .saboxplugin-wrap .saboxplugin-desc p {
        font-size: 14px !important;
    } }

    Replace the value 14px with a smaller/larger one.
    You can also increase/decrease the max-width value.

    Please let me know if you have questions!

    Best wishes,
    Mihaela

Viewing 1 replies (of 1 total)

The topic ‘Responsive Font Size’ is closed to new replies.