How to Change the Width of Right Sidebar for Twenty Eleven Theme?

Spread the love

If you are using the WordPress theme Twenty Eleven, then i am sure that the default width of this theme is not enough to show any add.Also if you add any additional widget then also  you will see that the sidebar width is not enough to show your widget properly.Previously i was facing this problem but now i am able to solve this problem just by replacing the code under #primary {

Change the Width of Your Right Sidebar:

If you want to change the width of your sidebar then you need to replace the following code  which is in your style.css file.The code you need to replace is:

Code in the default “Twenty Eleven Theme”:

#primary {

float: left;

margin: 0 -26.4% 0 0;
width: 97%;
}
#content {
margin: 0 36% 0 7%;
width: 60%;
}
#secondary {
float: right;
margin-right: 7.6%;
width: 21.8%;
}

Code that you need to put instead of the above code:

#primary {
float: left;
margin-bottom: 0;
margin-left: 0;
margin-right: 0.4%;
margin-top: 0;
width: 68%;
}
#content {
float: left;
margin-bottom: 0;
margin-left: 7.6%;
margin-right: 0;
margin-top: 0;
width: 90%;
}
#secondary {
float: right;
margin-right: 12px;
width: 29%;
}

Note: Please always give the back up of your default code.Because while copy pasting some mistakes may happen.Then you can face problem.So, just copy paste your default code and take a back up.

Now just click on save and you are done! Please let me know if you face any problem.

Himadri Subrah Saha

Himadri is an ICT Professional who writes for his technology tips & tricks related blog TechnTechie. Though it is hard to balance time in between professional life and blogging, he still manages time to work for his own blog and writes almost regularly. The dashboard of this WordPress is the only place where he does not feel tired! Read my other blogs @ PetCare and Teleinfo

0 0 votes
Article Rating

Subscribe
Notify of
guest

2 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
whatappsforyou
whatappsforyou
11 years ago

Thank you very much, I managed to fix the width of the right sidebar

2
0
Would love your thoughts, please comment.x
()
x