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
thank u Alchymyth.It worked perfectly.By the way do you know how could i change the width of the search bar?
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.
yes, it worked but if you look at the page the box now is open from the right side.
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.
thank you alchymyth but i think this is mission impossible for me:-)
anyway thank u for your help..