Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 04-07-2010, 01:14 PM Problem here...
Skilled Talker

Posts: 98
Name: Bruce A
Trades: 0
So I'm finishing up this site for a retail store out here and I can't figure out why there is a horizontal scroll on that first column of text there

http://boardboutique.com/v2/

I could always hide the x scroll but I would rather fix the problem than just hide it. The first column is #stuff1, the second is #stuff2 and the third #stuff3

When I change the #stuff1 tag to #stuff2 I have the same issue. This leads me to believe that the problem is the content inside stuff1. Does anyone know how I can fix this?!?!?

Thanks!
__________________

Please login or register to view this content. Registration is FREE


bcackerman is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-07-2010, 01:58 PM Re: Problem here...
Experienced Talker

Posts: 39
Trades: 0
There are styles around some of the divs that the content is in:

HTML Code:
<div style="width: 510px;" class="wp-caption alignnone">
I think it's that 510px width that's doing it. There are several divs with this specified. It's probably hardcoded into a template or php file somewhere.

If you don't want to hack the template/php, I think you need to put a width on the following classes:
entry, entrybody, entrymeta, bar, h3.entrytitle
There is also an un-styled paragraph ('next page' link) at the bottom which will make the horizontal scroll appear if you don't fix it too.

You'll need to add widths because older browsers don't follow 'overflow-x'.
The width you use will need to take into account the width of the vertical scrollbar.

Bear in mind I'm a css noob; You might find a better way.

Good luck.
I hate css more than anything; I've lost entire days to stupid little problems like this.

Last edited by Chianti; 04-07-2010 at 02:30 PM..
Chianti is offline
Reply With Quote
View Public Profile
 
Old 04-08-2010, 12:24 PM Re: Problem here...
Skilled Talker

Posts: 98
Name: Bruce A
Trades: 0
that was it, thank you!
__________________

Please login or register to view this content. Registration is FREE


bcackerman is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Problem here...
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.60702 seconds with 12 queries