Footer questions

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

    URL: urbanyouthimpact.com

    How can I make the images in the footer all on the same line?
    How can I change the line height of the text in the footer?

    #26112
    Veena
    Moderator

    Pls use the following custom CSS in themeoptions –

    #footer-bottom-text a img {
        display: inline-block;
    }
    #footer-bottom-text {
        line-height: 30px;
    }
    
    #26116

    Thank you for your response – that didn’t seem to work? Maybe there’s conflicting styles?

    #26119
    Veena
    Moderator

    Can you pls try this –

    #footer-bottom-text a img {
        display: inline-block !important;
    }
    #footer-bottom-text {
        line-height: 30px !important;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Austin Theme Support’ is closed to new topics and replies.