New Landing How can we help? Themeforest Theme Support Uplift Footer Headings Getting Cut Off

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Uplift
  • #322352
    Dev23847
    Member
    Post count: 124

    For devices between 768px and 1200px, footer headings are getting cut off. How can we have these wrap around to 2 lines and/or reduce padding of just the footer columns without reducing padding of entire theme?

    Thank you 🙂

    Attachments:
    You must be logged in to view attached files.
    #322358
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    @media only screen and (max-width: 1024px){
    #footer h3.spb-heading {
       font-size: 22px!important;
    }
    }

    Hope it helps.

    -Rui

    #322375
    Dev23847
    Member
    Post count: 124

    thank you.

    #322376
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.

    -Rui

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.