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
__________________ ~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
Jun 14, 2010, 02:10 PM
essdeeay
7 posts · Jun 2010
UK
Thanks Larry - that's one of the things I tried but it doesn't work.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#5
Jun 14, 2010, 02:40 PM
lmilesw
10,176 posts · Jul 2009
Central New York State USA
Quote:
Originally Posted by essdeeay
Thanks Larry - that's one of the things I tried but it doesn't work.
Steve
After I posted I realized it was an image and may not work. So glad JD is here to bail me out.
__________________ ~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.
#6
Jun 14, 2010, 02:59 PM
lmilesw
10,176 posts · Jul 2009
Central New York State USA
I tried the padding right and left and it didn't work for me in Firefox but the following did. Not sure about the other browsers.
HTML Code:
.logo {margin:0px auto 20px auto !important;width:500px;}
The width is needed for the margin auto to work.
__________________ ~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.
#7
Jun 14, 2010, 03:24 PM
essdeeay
7 posts · Jun 2010
UK
Thanks juggledad, but that doesn't work as intended either.
The theme is fluid, so a fixed padding doesn't seem to make sense, but I did try the CSS text-align attribute in the manner you suggested, which only works for IE, but not Firefox. This seems to be a moot point, but I can't figure out how to use the .logo INSERT to cater for all browsers.
Do you have any suggestions?
Many thanks,
Steve
#8
Jun 14, 2010, 03:26 PM
essdeeay
7 posts · Jun 2010
UK
Quote:
Originally Posted by lmilesw
I tried the padding right and left and it didn't work for me in Firefox but the following did. Not sure about the other browsers.
HTML Code:
.logo {margin:0px auto 20px auto !important;width:500px;}
The width is needed for the margin auto to work.
Hi Larry,
When the theme is fluid, how do I know what to set the width to?
Steve
#9
Jun 14, 2010, 03:29 PM
lmilesw
10,176 posts · Jul 2009
Central New York State USA
The width if for the image as that is what you are styling and your image is 500px.
__________________ ~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.
#10
Jun 14, 2010, 03:32 PM
essdeeay
7 posts · Jun 2010
UK
Thanks Larry!
That worked a treat. And thank you for the explanation about the width - that was very useful. It works for me in IE/FF/Chrome.
.logo {display:block !important;
margin-left: auto !important;
margin-right: auto !important;
}
using the width will change the size of the text displayed
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
Last edited by juggledad; Jun 14, 2010 at 04:05 PM.
#12
Jun 14, 2010, 03:43 PM
essdeeay
7 posts · Jun 2010
UK
Thank you juggledad - that also works just a treat!
Steve
#13
Jun 14, 2010, 03:49 PM
lmilesw
10,176 posts · Jul 2009
Central New York State USA
I was unaware of display:block for working with margin:auto Much better than width especially since I had the width of the image wrong.
__________________ ~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.