Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #394936

    I want my footer to be the same height as my socket. How do I accomplish this?
    I already put

    #footer {
    padding: 0; } 

    into the Quick CSS but it is still higher than the socket.
    Also I wouldn’t mind right aligning the one link I have in the footer.

    #395023

    Hey humanbrand!

    Thank you for using our thjeme.

    Try the following instead of your code:

    
    #footer .widget {
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }
    

    To right align the text:

    
    #footer .widget .textwidget {
        text-align: right !important;
    }
    

    Best regards,
    Günter

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