How to Increase Comment Bar In the Three Column Theme
-
Hi,
I couldn’t find the code to change the width of the comment section. Take a look here to see what i’m talking about
post: http://showhds.dominiotemporario.com/?p=231#comment-2
page: http://showhds.dominiotemporario.com/?page_id=2
I’m using the child theme, already changed the width of the posts. How do I increase the width of the comment section? And the pages?
I searched the forum but couln’t find it.
Code so far:
.three-columns #sidebar2 div.sidebar-wrap {
width: 225px;
}
.three-columns #sidebar1 div.sidebar-wrap {
width: 125px;
}
.three-columns #sidebar1 {
width: 150px;
}
.three-col-center .post {
width: 450px;
}
#sidebar2 {
float: right;
margin-right: 21px;
}
.three-col-center #sidebar1,
.three-col-center #sidebar2 {
padding: 0 7px 15px 7px;
}Sorry for the spamming guys, but I just did it by myself 🙂
Gonna left my config here if someone else wants in the future.
And sorry for my english, i’m brazilian
.three-columns #sidebar2 div.sidebar-wrap {
width: 225px;
}
.three-columns #sidebar1 div.sidebar-wrap {
width: 125px;
}
.three-columns #sidebar1 {
width: 150px;
}
.three-col-center .post {
width: 450px;
}
#sidebar2 {
float: right;
margin-right: 21px;
}
.three-col-center #sidebar1,
.three-col-center #sidebar2 {
padding: 0 7px 15px 7px;
}
.three-col-center .post.nodate,
.three-col-center .post.page,
.three-col-center .post.post_404,
.three-col-center .post.post_404_search {
width: 505px;
}
#comments {
width: 535px;
}
#respond {
width: 535px;
}
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
