mayan212
Member
Posted 3 years ago #
hey been editing the elegant grunge theme from michael tysons website
want to do two things though im not sure how,
- move post content area to the left, and widen it
- move sidebar to the right
heres a mockup showing what i want to move and resize
image here
doing it so my site is optimised for smallest 1024x768 instead of 800x600 and my header image can be wide. you can see it unchanged at http://www.mayanpatel.com
mayan212
Member
Posted 3 years ago #
solved it,
the solution was actually instead of moving both things seperately, increasing the width of the content area from 800px to 1024px and the pieces moved accordingly.
#content {
margin:0 auto;
width:1024px;
}
then just adjusting body width px to make the post area wider
#body {style.css (line 195)
float:left;
padding-left:20px;
padding-right:20px;
width:700px;
}