Viewing 8 replies - 1 through 8 (of 8 total)
  • edit style.css of your theme;
    find:

    #main {
    	float: left;
    	width: 470px;
    }
    
    #main .entry {
    	position: relative;
    	width: 470px;
    }
    
    #side {
    	float: right;
    	margin: 20px 0 0 0;
    	width: 230px;
    }

    increase 470px to 520px; decrease 230px to 180px

    Thread Starter LIANA.S

    (@lianas)

    thank u Alchymyth.It worked perfectly.By the way do you know how could i change the width of the search bar?

    Thread Starter LIANA.S

    (@lianas)

    if you see any changes that i could make to my page please do not hesitate to tell me because i am new to this and i do not have any idea of what i am doing…

    in style.css, a bit more than half way down:

    /* ------------------------------
     Search Form
    ------------------------------ */
    #searchform {
    	background: transparent url(images/searchform.jpg) left top no-repeat;
    	display: block;
    	width: 230px;
    	height: 22px;
    	top: 0;
    	left: 560px;
    	position: absolute;
    }

    the design and width might be determined by the background image.

    Thread Starter LIANA.S

    (@lianas)

    yes, it worked but if you look at the page the box now is open from the right side.

    Thread Starter LIANA.S

    (@lianas)

    should i also change the width of the posts?

    yes, it worked but if you look at the page the box now is open from the right side.

    that is the reason i mentioned the background image of the search bar; you will need to download it to your computer, edit it with a graphic program, and re-upload the edited background image into the same loacation as before.

    should i also change the width of the posts?

    your choice – impossible to tell with just one post with an oversized image, if changing the post width would improve anything.

    Thread Starter LIANA.S

    (@lianas)

    thank you alchymyth but i think this is mission impossible for me:-)
    anyway thank u for your help..

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘make smaller sidebar’ is closed to new replies.