• Hi,

    Am pretty close to getting it the way I want.. but my sidebar is looking a little cramped..

    I would like to space this out a bit by about 5-10 px

    I know css is needed but am unsure how to out it in cause am new to widgets and where they are in my css file..

    http://www.leehughes.co.uk

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try editing style.css and changing:

    #content #main-area {
    float:left;
    width:72.5%;
    }

    to

    #content #main-area {
    float:left;
    width:70.5%;
    }

    and

    #content #sidebar {
    float:right;
    width:25%;
    }

    to

    #content #sidebar {
    float:right;
    width:27%;
    }
    Thread Starter rhythmofthecosmos

    (@rhythmofthecosmos)

    Hi,

    I did what you said however, I do not notice any changes with my page

    Thanks

    Remember to press CTRL and F5 simultaneously when viewing an updated page/site. Or try emptying your browser cache. This should ensure that your web browser fetches a fresh copy of the page rather than serving up an out-dated copy from your own cache.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to space out sidebar widgets’ is closed to new replies.