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] Center Text in Text Widget container


  #1  
Old Nov 12, 2009, 04:02 PM
kippiper
 
135 posts · Jun 2009
[SOLVED] Center Text in Text Widget container

Hi guys!

I searched for this in the forum, but didn't see this question. So.....

I want to center the text in JUST ONE text widget container. The site I am working on is:

http://www.bestbiztips.com/kerrvillemotel

The text I want to center is the hotel address and phone at the bottom of the left sidebar.

I have tried standard <center> HTML coding to no avail. Any suggestions?

I am using Atahualpa v. 3.4.4 and WordPress 2.8.5.

Thanks!

KIP
  #2  
Old Nov 12, 2009, 07:59 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
take a look at the generated source. Each text widget will have a unique class (or ID+ can't remember wich) associated with it. You can use that to help code your CSS Selector
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Nov 13, 2009, 03:51 AM
KilRoY66
 
8 posts · Oct 2009
As Juggledad says look in HTML code of your page in the sidebar when you have this widget for something like
Code:
<div class="widget widget_text" id="text-16"><div class="textwidget"><a href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.it" rel="license"><img src="http://i.creativecommons.org/l/by-nc-sa/3.0/us/88x31.png" style="border-width: 0pt;" alt="Creative Commons License"/></a></div>
		</div>
in this example the ID is "text-16". Go to atahualpa option - CSS insert and add:
Code:
#text-16 { text-align: center;  }
Hope this help

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Permanent text area in center column valis Atahualpa 3 Wordpress theme 4 Oct 16, 2009 06:50 PM
[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
Editing Text within a Text Widget Nefeli Sidebars & Widgets 4 Mar 27, 2009 06:56 PM
Changing width of center text column vikram Atahualpa 3 Wordpress theme 5 Mar 7, 2009 04:49 AM
help: trying to center a button in a text widget Shepherd Jim Sidebars & Widgets 2 Feb 15, 2009 06:45 PM


All times are GMT -6. The time now is 07:39 AM.


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