Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Sidebars & Widgets »

right widgets cut off in IE, Firefox-right sidebar text smaller than on left sidebar


  #1  
Old Feb 21, 2009, 04:39 AM
daisy24
 
40 posts · Feb 2009
Hi Flynn,

I had been working in Firefox and can't get the text on the left and right sidebar to match. I like the way it is on the left side.

I just looked at the blog in IE, and the sidebar text looks the way I was trying to get it on both left and right sidebar. But I see several widgets are cut off. If I make the sidebars wider, then the left sidebar is a lot further from the center white area than the right sidebar. I wanted to keep the white center portion the same size it is now.
Is there a way to fix these?

http://www.ellifolks.com/blog/

Thanks so much! (donation made today :-) )

Ellen

Last edited by daisy24; Feb 21, 2009 at 05:47 AM.
  #2  
Old Feb 21, 2009, 12:12 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
There's an unclosed <small> tag in the right sidebar right after the "Mohair Divas" badge, which is causing all the following text to be set to "small" in Firefox, while IE ignores it.
There's also an unclosed <a> tag. Both are at the bottom of the text widget with the "Mohair Divas" badge

1.

Remove this from the bottom of that text widget:
HTML Code:
<small><a href="http://mohairdivas.ning.com/xn/detail/u_3mfnimjgjoa5l">
2.

As for widgets getting cut off in IE. That's because a few of your images are too wide for the given sidebar width. In FF they are overflowing (which is desirable in your current situation but often is not desirable) whereas in IE they are not overflowing. I understand what you problem is and suggest this


2.a)

Horizontal scollbar at the bottom of the browser viewport at 1024px screen size if you don't sacrifice 30px of the middle column.

Increase the right sidebar width from 150 to 240px;
Increase the left sidebar width from 150 to 240px;
Increase the layout width from 850 to 1030px;

Add via HTML/CSS Insert -> CSS Insert
HTML Code:
td#left {
padding-left: 100px;
}
- Alternativly sacrifice 30px of the middle column and make layout 1000px for no horiz. scrollbars for visitors with up to 1024 screen size

2.b)
Alternatively allow layout to be 30px too far on the left and not exactly centered.

Increase the left sidebar width from 150 to 210px instead of 240;
Increase the layout width from 850 to 1000px;

Add via HTML/CSS Insert -> CSS Insert
HTML Code:
 td#left {
 padding-left: 70px;
 }
3.
For the Ellifolks.com image to be left aligned in IE
Add via HTML/CSS Insert -> CSS Insert
HTML Code:
div#text-360224761 {
text-align: left; /* Ellifolks image */
}
The number of the text widget might change if you remove and add it again. Alternatively edit the text widget and add <img style="float:left" src=... to the image (only the bold part)


Quote:
Originally Posted by daisy24
(donation made today :-) )
Thank you, Ellen


Quote:
Originally Posted by daisy24
Hi Flynn,

I had been working in Firefox and can't get the text on the left and right sidebar to match. I like the way it is on the left side.

I just looked at the blog in IE, and the sidebar text looks the way I was trying to get it on both left and right sidebar. But I see several widgets are cut off. If I make the sidebars wider, then the left sidebar is a lot further from the center white area than the right sidebar. I wanted to keep the white center portion the same size it is now.
Is there a way to fix these?

http://www.ellifolks.com/blog/

Thanks so much! (donation made today :-) )

Ellen
  #3  
Old Feb 23, 2009, 10:59 AM
daisy24
 
40 posts · Feb 2009
Hi Flynn, I was able to fix the text on the right sidebar. Thank you!! For the sidebars, I have 850px layout and 150px sidebars on both sides. I wanted the center part to stay centered. I was able to change two of the widgets so they fit.

Thanks again :-)

Ellen

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Left Sidebar - 2 hidden widgets remain KatyDigg Sidebars & Widgets 5 Jul 15, 2009 10:26 PM
Left Sidebar css and javascript. Right sidebar tabs. Not visible or configurable. jinglebells New Versions, & Updating 2 Jun 6, 2009 09:22 PM
Can't edit widgets in Left Sidebar Ashjoielee Sidebars & Widgets 1 Mar 20, 2009 03:28 PM
left sidebar controls center and right sidebar roekoe Sidebars & Widgets 0 Mar 16, 2009 04:11 AM
Set left sidebar widgets same distance from center area as right sidebar widgets daisy24 Sidebars & Widgets 2 Feb 19, 2009 05:11 AM


All times are GMT -6. The time now is 12:33 AM.


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