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
Is it possible (and how) to add content, namely phone number and perhaps address at the top right corner? I have limited HTML/CSS knowledge
Thanks in advance!
#2
Aug 11, 2011, 01:56 PM
lmilesw
10,176 posts · Jul 2009
Central New York State USA
You can put code in the HTML Inserts: Body Top box and position with CSS. For example
The html might be
HTML Code:
<div id="top-address">Type address here</div>
and the CSS might be
HTML Code:
#top-address {text-align:right;}
These are just examples. To find out more about CSS go to w3schools.com
__________________ ~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.
#3
Aug 11, 2011, 02:47 PM
Weili
5 posts · Jan 2011
Thanks for the reply Imilesw
Are there any instructions that's more specific to making the edit within Atahualpa?
I have crawled through all the Atahualpa options, do you think "Widget areas" would help?
just add it to the ato->Style & edit HEADER AREA->Configure Header Area
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#5
Aug 11, 2011, 05:30 PM
Weili
5 posts · Jan 2011
Thanks for replying juggledad but unfortunately that just adds either below or above the logo. What I would like to do is add the phone number to the top right corner and within the border.
CSS is VERY important to learn for website building.
__________________ ~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.