• Is such a thing possible? I’ve got a gallery widget on the left and a twitter widget on the right; I want the gallery widget to take up one footer slot and a twitter widget to take up all three other slots. Possible?

Viewing 3 replies - 1 through 3 (of 3 total)
  • you might be able to use css to force the width of the twitter widget to expand over three slots; and possibly hide the empty two other slots.

    for any more detailed suggestions, it will be useful to see the footer widgets live in your site.

    Thread Starter james948

    (@james948)

    something like this seems to work:
    #footer-top .span3:first-child { width:70%; }
    (added to style.css)

    will only work in more modern browsers;
    however, as the footer widgets don’t have individual css classes, I see no other way to distinguish the ‘twitter’ from the ‘pages’

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I make a twitter widget take over 3/4 of the footer?’ is closed to new replies.