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
how is it possible to position complete theme layout to left, not centered?
With fixed width. Using atahualpa 3.7.3 and WP 3.31.
Thanks
ghl
Last edited by ghl; Mar 8, 2012 at 09:54 AM.
#2
Mar 8, 2012, 10:18 AM
lmilesw
10,176 posts · Jul 2009
Central New York State USA
Sure... Just put the following in the CSS Inserts box in the theme options.
HTML Code:
div#wrapper {
margin-left: 0 !important;
}
Just curious... Why do you want to do this? Are you putting an image on the right or something like that?
__________________ ~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
Mar 9, 2012, 01:16 AM
ghl
6 posts · Jan 2012
Thanks for help. Just added the code and it works best!