|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
Gallery comments cause empty space on the right
When someone leaves a long comment in my gallery, it causes the page to extend to the right with empty space.
I tried to fix it by restricting the width of the comments with this CSS, but is doesn't fix the page width issue. #comment { width:1200px; margin-left: 0pt; margin-right: auto; }
__________________
http://www.vijayraman.com |
|
|
|
|
#2
|
|
|
Scripting dude-volunteer
|
Please post a link to a particular gallery that has this issue so we can see for ourselves.
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
|
#3
|
||
|
Big grins
|
Quote:
http://www.vijayraman.com/Portfolio/...42775432_8NgvU
__________________
http://www.vijayraman.com |
|
|
|
||
|
#4
|
|
|
Scripting dude-volunteer
|
I don't see the effect you're talking about at all. When I take out the CSS you put in for the comments, the page behaves normally for me - same as any other gallery, even one with no comments.
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
|
#5
|
|
|
Big grins
|
Thanks for checking. On this particular page, I am able to scroll left to right, as there is space added to the right. You can see it on the screenshot. There is also a vertical bar added on the top right, next to "View Cart". None of the galleries without comments have any extra space to the right. I also tried a short comment and it didn't cause any problems, only when the text took up more than one line in the comments. I am seeing it both on Safari and Firefox. Not sure why it displays properly for you, but not for me.
__________________
http://www.vijayraman.com |
|
|
|
|
#6
|
||
|
Scripting dude-volunteer
|
Quote:
Code:
/* align footer on one line */
#feeds {
position: relative;
width: 200px;
margin: 0 auto;
left: 276px;
top: -30px;
}
You can fix the issue by removing the CSS you put in for the comments and then change the feeds block of CSS to this and then adding the block in red: Code:
/* align footer on one line */
#feeds {
position: relative;
margin: 0 auto;
left: 330px;
top: -30px;
}
#bodyWrapper #cobrand_footer #feeds {width: 200px !important; text-align: left;}
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#7
|
|
|
Big grins
|
Thanks so much John! I appreciate your help.
__________________
http://www.vijayraman.com |
|
|
|
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Can I delete gallery comments? | jaimiedee | SmugMug Support | 1 | Jul-15-2010 03:17 PM | |
| Remove "This is a brand new gallery with no photos" from empty gallery? | lgoodwin | SmugMug Customization | 13 | Nov-25-2009 06:38 AM | |
| Gallery comments | kwehunt | SmugMug Customization | 0 | Aug-17-2007 11:38 AM | |
| how to change color of the comments added in the gallery comment section? | nonilady | SmugMug Customization | 3 | Feb-01-2006 06:59 AM | |
| Using tables in customise gallery - empty space! | itchyfeet | SmugMug Support | 2 | Jun-25-2005 05:38 AM | |
| Thread Tools | |
| Display Modes | |
|
|