Let’s see how to change fluid width wordpress theme to fixed theme. It is very simple and involves two straightforward steps.
Just create a div called, say “boxer”, and add this to style.css:
#boxer {
margin: 0 auto;
width: 960px;
}
margin: 0 auto;
width: 960px;
}
Add <div id=”boxer”> just after <body> in your header.php and </div> just before </body> in your footer.php
I will recommend 960px,if you want to optimize your website for 1024×768 screen resolution as it’s slightly smaller than full width, and it’s divisible by 3, 4, 5, 6, 8, 10, 12, 15, and 16 and also 960-pixel-wide layout is the most popular, and most standard, fixed width layout on internet and is not going to decline soon.
Incoming Search:
change fluid width wordpress theme to fixed theme, wordpress theme to fixed theme, fluid wordpress theme to fixed theme
0 comments:
Post a Comment