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 »

Widget text not aligning correctly in sidebar


  #1  
Old Apr 13, 2009, 03:45 PM
StudioGal
 
181 posts · Feb 2009
Palm Beach Gardens FL
I've used the Twitter Tools plugin to add my Twitter feed to my right sidebar.

However, the feeds are not aligning like the rest of my widgets - the grey left border does not display the height of each feed, just a portion of it. So it doesn't look as tidy as the rest of the widgets do.

You can see this here: http://lindafarmer.com on the right sidebar, under "On Twitter ...".

If you compare that to the "Recent Posts" widget above, you will see what I'm referring to (I hope).

Can anybody tell me how to fix this?

Many thanks!
  #2  
Old Apr 14, 2009, 05:59 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Add a HTML/CSS Inserts -> CSS Insert

HTML Code:
div#twitter-tools a:link,
div#twitter-tools a:visited,
div#twitter-tools a:active,
div#twitter-tools a:hover {
border-left: 0;
padding-left: 0;
}
div#twitter-tools li {
padding-left: 5px;
border-left: 7px solid #cccccc;
}
div#twitter-tools li:hover,
div#twitter-tools li:sfhover {
border-left: 7px solid #000000;
}
and in header.php replace
HTML Code:
    if (document.getElementById("recent-comments") != null) { sfHover( 'recent-comments' ); }
    if (document.getElementById("bfa-recent-comments") != null) {sfHover( 'bfa-recent-comments' ); }
with

HTML Code:
    if (document.getElementById("recent-comments") != null) { sfHover( 'recent-comments' ); }
    if (document.getElementById("bfa-recent-comments") != null) {sfHover( 'bfa-recent-comments' ); }
    if (document.getElementById("twitter-tools") != null) {sfHover( 'twitter-tools' ); }
  #3  
Old Apr 14, 2009, 08:08 AM
StudioGal
 
181 posts · Feb 2009
Palm Beach Gardens FL
Thanks Flynn, that worked great!
Much appreciated.

Bookmarks

Tags
sidebar widgets

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Atahualpa 3.3.3. BFA Subscribe Widget not Working Correctly in WP 2.8 Matt Atahualpa 3 Wordpress theme 7 Sep 23, 2009 08:05 PM
Ad Sense in sidebar/widget text book is no show! mpennell Sidebars & Widgets 10 Aug 16, 2009 05:59 AM
Create a Page Dropdown Menu on Sidebar via Text Widget mbro Page & Category Menu Bars 1 Jul 15, 2009 06:11 AM
[SOLVED] Text Widget - how can I highlight all text (ctl-A) for a fast delete? Leoni Plugins & Atahualpa 5 Jul 14, 2009 07:38 PM
Unable to use autoresponder form code in sidebar text widget TonyLogue Sidebars & Widgets 0 May 8, 2009 03:30 AM


All times are GMT -6. The time now is 11:55 PM.


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