[Resolved] Changing Different Footer Widget Font Sizes in Mobile and Desktop

Home Forums Support [Resolved] Changing Different Footer Widget Font Sizes in Mobile and Desktop

Home Forums Support Changing Different Footer Widget Font Sizes in Mobile and Desktop

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #698900
    Steven

    Hi,

    Im trying to change the font sizes in the footer widgets so that they are 14px in desktop and 10px in mobile.

    Ive tried the following:


    @media
    (max-width: 768px) {
    .footer-widgets {
    font-size: 10px}
    }

    But makes no difference.

    #698912
    Leo
    Staff
    Customer Support

    Hi there,

    You want both links and text in the footer widgets to be smaller I assume?

    What about titles?

    Let me know πŸ™‚

    #698914
    Steven

    Wow fast response!

    Yes titles as well

    Thanks

    #698918
    Leo
    Staff
    Customer Support

    Try this:

    @media (max-width: 768px) {
        .footer-widgets .widget-title {
            font-size: 12px;
        }
        .footer-widgets .widget {
            font-size: 10px;
        }
    }

    Let me know πŸ™‚

    #698925
    Steven

    Thats perfect! Thanks for the quick solution!

    #698929
    Leo
    Staff
    Customer Support

    Glad I could help πŸ™‚

    #852642
    Steve

    Hi-
    I was wondering if your footer widget font size fix will change the size of link text as well? I want the text and links to be the same size in my footer.

    #852670
    Leo
    Staff
    Customer Support

    Looks like they already are?

    #852690
    Steve

    Yep, thanks Leo! Guess I should have tried it out before asking my question.

    #852696
    Leo
    Staff
    Customer Support

    Yup definitely good idea.

    No problem πŸ™‚

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