Log In · Register

 
comment width
haveyouseenjack
post Aug 25 2006, 06:03 PM
Post #1


Newbie
*

Group: Member
Posts: 9
Joined: Jan 2006
Member No: 353,915



Is there a way to make the comments wider without making the blog wider?
Thanks
 
 
Start new topic
Replies
threepointone
post Aug 30 2006, 11:10 AM
Post #2


Senior Member
****

Group: Member
Posts: 122
Joined: Feb 2005
Member No: 106,057



Depending on how your site is set up, this may or may not work:

CODE
<style type="text/css">
.cwrap {
width: 1000px !important;
}
</style>


change the value for the width to however wide you see necessary.

*** edit: i checked again and this will probably not work on most sites--the blog still gets wider, at least in the comments page. Unless you want to do some complex javascripting and such, the best way to ensure that it doesn't get any wider is if you explicitly set the width of your blog elements, something like this:
CODE
<style type="text/css">
.search {
width: 500px;
}
.blogbody {
width: 500px;
}
.blogheader {
width: 500px;
}

</style>
 

Posts in this topic


Closed TopicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members: