• Howdy!

    Does anyone have any idea why the sidebar is putting Categories and Blogroll next to each other, making them each have a really skinny column?

    Does anyone know how I can get the Recent Comments to show up? I know it’s in there somewhere, but I can’t find it.

    https://www.pinktruth.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • in your CSS stylesheet, add the following entry to your #sidebar .col ::

    clear: left;

    That fixes the weird side by side action there.
    You may want to fiddle with the width value if that leaves the columns to skinny for your tastes.

    currently the width for .col is set at 100px. 200px looks like it would fill in your sidebar better.

    don’t forget to backup your stylesheet before editing it!

    Of course,it’s possible that just adjusting the width value alone would fix the problem for most browsers, but the clear: left; simply forces each .col div to be set below the preceding one.

    Thread Starter pinktruth

    (@pinktruth)

    Backup shmackup!!!

    That was awesome, thank you! I never would have found that on my own. Works perfectly.

    *smooch*

    One problem down, one to go.

    glad it worked for you.

    Nothing better than the Firefox extension, webdeveloper:
    https://addons.mozilla.org/firefox/60/

    Helps immensely in troubleshooting CSS and layout issues.
    ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help w/ Regulus sidebar’ is closed to new replies.