• Resolved cindymit

    (@cindymit)


    Is there a way to change the font sizes in the footer separately from the rest of the text? I want my footer fonts to be a little bit smaller than my main text (title: 32 px, body 16 px).

    As well, is there a way to control the column width of the footer widgets? I cannot seem to make my menu widget wider (the menus are on 2-3 lines instead of 1).

Viewing 7 replies - 1 through 7 (of 7 total)
  • All of this is possible with some CSS.

    If you can share a link to your site, I’ll be happy to try and help you with this.

    -Kevin

    Thread Starter cindymit

    (@cindymit)

    It’s not live, but here is a link to a screenshot:
    https://s22.postimg.org/lf83ebd8h/footer.jpg

    For the font size, add this to Theme Options> Advanced Settings:

    #containerfooter h3 {
        font-size: 32px;
    }
    #containerfooter {
        font-size: 16px;
    }

    Can you explain a bit more about what you’d like to change in your menu widget? I’m not sure that I’m following.

    -Kevin

    Thread Starter cindymit

    (@cindymit)

    Thank you for the font adjustment CSS!

    Under Browse in the photo I shared, the 3 menus below (Privacy Policy, Customer Service Charter and Contact) – how can I make the column for this section wider so that the menu selections (Customer Service Charter is particular) are wider and fit on 1 line?

    hannah

    (@hannahritner)

    Hi cindymit,
    Try adding this css:

    #containerfooter .menu li a {
        max-width: 200px;
    }

    Hope it helps!

    Hannah

    Thread Starter cindymit

    (@cindymit)

    Perfect! Thank you Hannah!

    Thread Starter cindymit

    (@cindymit)

    ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Footer font size’ is closed to new replies.