Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

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

[SOLVED] moving the text in widgets' header


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Aug 14, 2009, 05:27 AM
timdevogel's Avatar
timdevogel
 
44 posts · May 2009
How do I move the text in the widgets' header? I'd like some padding on the left side.
  #2  
Old Aug 14, 2009, 06:04 AM
juggledad's Avatar
juggledad
 
19,994 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
One way is with a CSS Insert. Look at the source of the page and locate the widget. For example you might see this
HTML Code:
<div id="polls" class="widget widget_polls"><div class="widget-title"><h3>Polls</h3></div>
In this case you would use the following CSS Insert
HTML Code:
div#polls h3 {
	margin-left: 20px;
	}
where 'polls' would be the widget ID in question and you would adjust the 20px to what ever you want.
  #3  
Old Aug 14, 2009, 06:32 AM
timdevogel's Avatar
timdevogel
 
44 posts · May 2009
ok, so there's no possibility in the theme options to make a general adjustment, for instance under Widgets --> Widget Title Box?
  #4  
Old Aug 14, 2009, 07:49 AM
juggledad's Avatar
juggledad
 
19,994 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
Sorry, I had it in my midnd that you wanted to do this for a specific widget. To do them all just put
HTML Code:
margin-left: 20px;
in ATO->Style WIDGETS->Widget Title Box
  #5  
Old Aug 18, 2009, 08:34 AM
timdevogel's Avatar
timdevogel
 
44 posts · May 2009
Thanks JD. It didn't quite do the trick, because it pushed the whole heading, inlcuding the background, to the right, but then I figured out that it must have something to do with the padding and so I inserted

padding-left: 5px;

and that worked!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
BUGFIX 342: Can't change text font, in text widgets Leoni Old Version fixes and change logs 3 Aug 5, 2009 04:30 AM
[SOLVED] Styling text widgets Insane Artist Sidebars & Widgets 2 Jul 17, 2009 06:36 PM
Moving Widgets from left to right? feastfresh Sidebars & Widgets 3 Jun 14, 2009 09:00 AM
Want to have menu text different from page header text NotThePainter Atahualpa 3 Wordpress theme 0 Apr 3, 2009 06:07 AM
right widgets cut off in IE, Firefox-right sidebar text smaller than on left sidebar daisy24 Sidebars & Widgets 2 Feb 23, 2009 10:59 AM


All times are GMT -6. The time now is 05:56 AM.


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