Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   Center Column Overlapping Right Sidebar (http://forum.bytesforall.com/showthread.php?t=954)

nselegzi Mar 25, 2009 07:08 PM

Center Column Overlapping Right Sidebar
 
I am having trouble stopping posts and pages that have tables or iframes from overlapping the right sidebar. I suppose I could fix the width of the layout and this wouldn't happen, but I do like having a flexible width. I'm trying to figure out what is the best way to fix/avoid this problem. Here's a a page where I'm having this problem: http://www.noelsblog.org/content/150

Sorry if this has already been asked, but I searched and couldn't find anything on it.

Flynn Mar 26, 2009 04:29 AM

If you want the table to resize you'd have to remove the two inline width attributes With="801" and style=".....width: 602pt"

Also the horizontal scrollbar is probably caused by the long URLs in the right sidebar

nselegzi Mar 28, 2009 09:20 PM

Thanks! When I fixed the table (sorry, should have thought to remove the width specifications myself) the scroll bar disappeared as well.

rwessels Nov 23, 2009 04:48 PM

Quote:

Originally Posted by nselegzi (Post 3609)
I am having trouble stopping posts and pages that have tables or iframes from overlapping the right sidebar. I suppose I could fix the width of the layout and this wouldn't happen, but I do like having a flexible width. I'm trying to figure out what is the best way to fix/avoid this problem. Here's a a page where I'm having this problem: http://www.noelsblog.org/content/150

Sorry if this has already been asked, but I searched and couldn't find anything on it.

I am having the exact same issue, and I tried deleting all the width data on our staging server and problem still persists. Flynn, would you please take a look and give me some guidance:
www.umbradata.com

TIA,

Ron

juggledad Nov 24, 2009 06:53 AM

What version of Atahualpa and WP?
Try adding 'class="size-full"' to each of your images

rwessels Nov 24, 2009 07:39 AM

WP 2.8.6 and Atahualpa 3.4.4

juggledad Nov 24, 2009 09:24 AM

did you try adding the class to the posts?

rwessels Nov 24, 2009 10:23 AM

Um, I hate to admit incompetence, but what class?

juggledad Nov 24, 2009 10:50 AM

In the post you have a table with several images for example the pie chart is
HTML Code:

<img src="/wp-content/themes/atahualpa/images/zombies_by_country.png" alt="Top % Zombies by Country" width="314" height="235" border="0" />
add a 'class=size-full' so it becomes
HTML Code:

<img src="/wp-content/themes/atahualpa/images/zombies_by_country.png" alt="Top % Zombies by Country" width="314" height="235" border="0" class="size-full" />
do this to all your images in the table

rwessels Nov 24, 2009 11:04 AM

Wow, you are the man. It worked! I will ask my boss about making a donation. Thoughts on how much? :)

rwessels Nov 24, 2009 11:06 AM

Bummer, it did not make a difference in Firefox. :(

Any ideas for Firefox?

rwessels Dec 1, 2009 06:18 PM

I am still trying to get Firefox to behave properly in regards to the overlapping sidebar issue, any further ideas? My boss is getting frustrated...of course I wanted to do a static width site. ;-)

main page: www.umbradata.com

WP 2.8.6 and Atahualpa 3.4.4

It seems like a CSS issue with the way the overlap is occurring, but how to address the issue, I do not know! :(

Um, it actually only works in properly in Safari. IE and Firefox still have overlap problem.


All times are GMT -6. The time now is 04:06 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.