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 »

CSS to fix images in sidebars?


  #1  
Old Apr 16, 2009, 01:38 PM
boruma
 
2 posts · Apr 2009
http://obrienclan.boruma.com/

Notice the two sidebar widgets in which square images and related text appear. I can't figure out why they aren't showing up properly; that is, beneath one another instead of wrapping together. It isn't the widget as they appear properly here: http://boruma.com

Any insight on what code I can drop in the Atahualpa settings to fix that?
  #2  
Old Apr 16, 2009, 03:55 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Add a CSS Insert

div.events_widget_events_upcoming ul li {
clear: left;
}
  #3  
Old Apr 17, 2009, 10:50 AM
boruma
 
2 posts · Apr 2009
Beauty Flynn, but that worked on the left but not the right
I tried following that code with this
Code:
div.groups_widget ul li {
clear: left;
}
But that didn't work. Any suggestion?
  #4  
Old Apr 17, 2009, 11:30 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
The class name of that widget is different

div.groups_widget_groups_list ul li {
clear: left;
}

It has an ID too. If a DIV has an ID, too, it is usually better to use that because ID's take precedence over classes and are more likely to overwrite other existing CSS rules

div#groups ul li {
clear:left;
}

It should also work if you just declare this for all widgets

div.widget ul li {
clear: left;
}

This should not affect the other widgets but this would have to be tested.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fix Background? Antsliedown Atahualpa 3 Wordpress theme 0 May 7, 2009 08:44 AM
[SOLVED] HOW to fix my Comments feed? Shepherd Jim RSS, Feeds & Subscribing 5 Mar 29, 2009 01:15 PM
[SOLVED] How do I fix the width of the center column? weightlosscoach Sidebars & Widgets 3 Mar 23, 2009 03:01 PM
Posts want to be center-aligned, how do I fix it? Dazey Atahualpa 3 Wordpress theme 23 Mar 10, 2009 07:25 PM
Php problem and a fix js9600 Atahualpa 3 Wordpress theme 3 Dec 19, 2008 12:15 AM


All times are GMT -6. The time now is 02:52 AM.


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