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 »

[SOLVED] moving the text in widgets' header


  #1  
Old Aug 14, 2009, 05:27 AM
timdevogel's Avatar
timdevogel
 
141 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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Aug 14, 2009, 06:32 AM
timdevogel's Avatar
timdevogel
 
141 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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Aug 18, 2009, 08:34 AM
timdevogel's Avatar
timdevogel
 
141 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 03:19 AM.


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