• I’m running the theme Thematic for my site https://sethums.com

    I added in a new email sign up form with a captcha because I’m been getting spammed but the sidebar isn’t wide enough to read it. Can anyone give me step by step instructions on how to do this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi;

    your sidebar width is controlled by style.css.

    Click on Appearance -> Editor
    Pick ‘sidebar.php’ from the right column list of files and click on it to open it.
    Look for the sentence “<div class=”sidebar”>”,that tells you what CSS variable is being used to configure your sidebar
    Close the file and click on style.css at the very bottom of the right hand column.
    Look for the variable ‘.sidebar’ and check the ‘width:’ setting.
    Change that setting to a bigger number and save the file.

    —- DO NOT CHANGE ANYTHING ELSE —-

    PS. if you only have one sidebar than sidebar.php is the default program. if however you have more than one sidebar the syntax will be ‘sidebar1.php’, ‘sidebar2.php’ etc.

    The same steps apply though.

    Good luck

    Lode

    Thread Starter sethums

    (@sethums)

    Hi,

    The sentence “<div class=”sidebar”>” does not exist when I open sidebar.php

    This is what I have instead:

    <?php

    // action hook for placing content above the main asides
    thematic_abovemainasides();

    // action hook creating the primary aside
    widget_area_primary_aside();

    // action hook for placing content between primary and secondary aside
    thematic_betweenmainasides();

    // action hook creating the secondary aside
    widget_area_secondary_aside();

    // action hook for placing content below the main asides
    thematic_belowmainasides();

    ?>

    Not sure what I should be looking for.

    Im familiar with both Thematic + Wufoo forms and I think that widening the sidebar to conform to the width of the recaptcha it’s gonna cause more headache than it’s worth.

    You would need to increase the width of the sidebar to over 500px. Which means that you’d also need to rethink the overall layout and width of the content div.

    I’d suggest adding your form as a text widget to one or more of the other widgetized areas that Thematic has to offer. The index-top, index-insert, index-bottom, single-top, single-bottom, page-top, and page-bottom asides are all viable alternatives that give you the width of the content div which will work better with your Wufoo form.

    Thread Starter sethums

    (@sethums)

    Hey Gene,

    Thanks for the suggestion. I went that route and it looks good.

    Seth

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I widen my sidebar?’ is closed to new replies.