• Resolved trikchik

    (@trikchik)


    I am trying to modify the Celebrities 7 theme to make the sidebar narrower and the main column wider. I’ve changed every width setting I could find to no avail. Please help. You can see my web site here:
    https://trikchik.com/

    #sidebar {
    float: right;
    width:225px;
    margin-right: 2px;
    font: 11px Arial;
    color: #7D7D7D;
    margin-top:7px;
    background:url(“images/side_bg.gif”) repeat-y left;}

    .sidebar_container {
    width: 225px;
    margin-bottom: 0px;}

    Thanks,
    trikchik

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your h2’s and sidebar-bottom also have a width, change them accordingly.

    The main problem however will be your content, since its background (the white thingy) is a gif. If you want this area bigger, you’ll have to adjust that gif file.

    Peter

    Thread Starter trikchik

    (@trikchik)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do you change the sidebar width?’ is closed to new replies.