+ Reply to Thread
Results 1 to 2 of 2

Thread: Add Padding to Right Side Widgets

  1. #1
    Join Date
    Mar 2009
    Posts
    21

    Red face Add Padding to Right Side Widgets

    I'm using Widgets for my logo, links, and other sidebar content.

    I feel they're hugging a little close to the right side of the content box and would like to see further separation. Not sure if it'd be cleaner to add padding to the right side of the content box; or to the left side of the sidebar.

    In either case, I don't know how!

    URL: http://ewkrausecom.com/theportal

    ----------------

    Second Tweak: how/where do I go to get rid of the black rule above & beneath the "blogroll" or links title box?

    Thanx to all. I'm nearly done bugging you guys.

  2. #2
    Join Date
    Feb 2009
    Posts
    605

    Default

    Are you sure you haven't done this already? Change the value of 80px in this line of style.css:

    Code:
    #content { width: 500px; padding: 0 80px 0 0; float: left; }
    The rule for the black border is in this line:

    Code:
    li.widget h2, li.linkcat h2 { font-weight: bold; font-size: 1.077em; text-transform: uppercase; letter-spacing: normal; margin: 0 0 0.8em 0; padding: 0.4em 2px; border-top: 3px solid #000; background: url('images/hr_dot_black.gif') 0 100% repeat-x; }
    Remove border-top: 3px solid #000; or change the value.


    As I mentioned, using Firebug or the Web Inspector will be extremely useful for these things, I strongly urge you get it.

+ Reply to Thread

Similar Threads

  1. Split Side Bar
    By Madeleine in forum Ideas
    Replies: 3
    Last Post: 09-17-2009, 11:45 AM
  2. Widgets not working
    By evanpatterson in forum Community Exchange
    Replies: 2
    Last Post: 06-15-2009, 11:50 PM
  3. Sidebar & widgets Fonts etc.
    By Robert Young in forum Sidebar
    Replies: 1
    Last Post: 05-04-2009, 12:43 PM
  4. Plugins/widgets don't work
    By paulmcl in forum Bugs & Fixes
    Replies: 1
    Last Post: 03-04-2009, 01:30 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts