• Resolved mattbaehr

    (@mattbaehr)


    I have inserted 2 widgetized areas (one right, one left) into my footer. However, when one widget has more text than the other, they end up different sizes, which is very noticeable because they have colored backgrounds against the main white of the page.

    I am guessing this is a quick and easy CSS fix, but I have tried everything I know and can’t get it to work. Any ideas?

    https://www.computerdepot-online.net/

Viewing 1 replies (of 1 total)
  • Thread Starter mattbaehr

    (@mattbaehr)

    Evidently this will work –

    #footer-sidebar{
    display: inline-block;
    }

    #footer-sidebar:after {
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
    content: “.”;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Footer widgets not the same size – CSS issue I think’ is closed to new replies.