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 » Header configuration & styling »

Adding text widget to header


  #1  
Old Mar 1, 2011, 07:41 PM
glennvogelsang
 
54 posts · Jan 2010
I am trying to add a tel # to the top right corner of my site http://bspokeathletics.com/
wp 2.9.1
Ata 3.5.1

It seems to create extra space and I can't get it into the corner.

I added a text widget
<table width="250" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="10"><img src="http://bspokeathletics.com/wp-content/uploads/2011/03/ContactLeftCorner.gif"></td>
<td width="240" bgcolor="000000"><font color="white" size=2>Phone: (647) 352-6642</font></td>
<td></td>
</tr>
</table>

and then configured header area to this:
%logo <div class="right"> <?php bfa_widget_area('name=My_header_widget_ area'); ?> </div> %image %bar1 %pages

added this to css inserts:

{
position:relative;
top:-105px;
left:700px;
width:250px;
}

I am new to this any help would be appreciated
  #2  
Old Mar 1, 2011, 08:04 PM
epsymp
 
37 posts · Jul 2010
What was the name of the widget you added? ie Right Sidebar?

Is your "div class='right'" supposed to be using the css you pasted?

If it is you need to name the css:

.right {
position:relative;
top:-105px;
left:700px;
width:250px;}

that might get you a little further along, although maybe you knew all that.
  #3  
Old Mar 1, 2011, 09:15 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
How about just putting text wrapped in a div in ATO>Add HTML/CSS Inserts/HTML Inserts:Body Top like the following.
HTML Code:
<div style="text-align: right;">555.555.5555</div>
Or you could use something like the following and style it in CSS Inserts using #topphone
HTML Code:
<div id="topphone">555.555.5555</div>
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding CSS to Customize Context Using WordPress Text Widget JerryArns Sidebars & Widgets 1 Jan 3, 2011 07:13 PM
[SOLVED] Changing font size in single post, adding it to text widget glennvogelsang Center area post/pages 2 Jul 30, 2010 11:29 PM
[SOLVED] Adding space between the list of pages in the left hand side text widget box norwichkaren Sidebars & Widgets 1 Jul 14, 2009 06:36 PM
Adding php in a text widget? trinity Sidebars & Widgets 2 Jun 15, 2009 08:44 AM
adding text in search widget ppat2 Sidebars & Widgets 1 Apr 28, 2009 12:09 AM


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


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