Is there a way to change the size of the widgets in the footer widget area

  • danversref

    #10584

    The footer widget area is set to 3 widgets. What I would like to do is make the middle widget wider and the other two widgets narrower. Is this possible?

    http://www.danverslibrary.org/archive/

    Mod

    Kenneth John Odle

    #46461

    Not sure this will work, but you can try this in custom CSS:

    #text-4,
    #text-5 {
    width: 240px !important;
    }
    #text-3 {
    width: 360px !important;
    }
    #sidebar_bottom .sidebar-wrap {
    width: 0;
    }

    That’s kind of a hack, but it may work.

    danversref

    #46462

    Thanks that worked perfectly!

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

  • You must be logged in to reply to this topic.