Log In · Register

 
 
Closed TopicStart new topic
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
 
GDxSweetChildren
post Aug 25 2006, 09:52 PM
Post #2


PROPERTY OF: GREEN DAY
***

Group: Member
Posts: 40
Joined: Jul 2006
Member No: 439,861



Like the box where you type the comment or after you submist the comment?
 
haveyouseenjack
post Aug 25 2006, 11:01 PM
Post #3


Newbie
*

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



after you submit the comment. Not the comment box that you type it in. It takes forever to scroll through some of mine, lol.
 
threepointone
post Aug 30 2006, 11:10 AM
Post #4


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>
 
haveyouseenjack
post Aug 30 2006, 08:28 PM
Post #5


Newbie
*

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



The top code worked, thank you so much! biggrin.gif
 

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