• Resolved tombarton

    (@tombarton)


    hi all, first-time poster here. i’m trying to implement a simple email collector widget for future newsletters. i’ve installed SendBlaster2 but it’s stretching really long down the page.

    I also can’t seem to change the font formatting – it looks like it gets its text properties from .body but that’s all I can change.

    the site is here

    any ideas?
    cheers, tom

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tombarton

    (@tombarton)

    the way the widget displays seems to change depending on the content in the post body. it’s shorter on the ‘bio’ page, but way longer on the ‘news’ page.

    Thread Starter tombarton

    (@tombarton)

    ok, so i’, pretty sure it’s a problem with the SendBlaster2 widget. I’ve rearranged the pages and SendBlaster2 widgets, and when flicking between pages SendBlaster still stretches out of comes back in tight, while pages stays together. hmmm. cheers

    Thread Starter tombarton

    (@tombarton)

    ok this is resolved. if anyone else needs help with this, I found it useful (after validating my site came up with no html errors) to replace the #content with the following:

    #content{
    width: [#]px;
    float:left;
    padding-left: [#];}

    and the #sidebar replaced with:

    #sidebar{
    width: [#]px;
    float:right;
    padding-right: [#}}

    ensuring the body width is equal to or greater than the sum of the two widths you’d enter in the [x]px part

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘SendBlaster2 widget sidebar problem’ is closed to new replies.