You can do anything you want to with your tpl_main_page.php. Remove the table, rearrange the table, rearrange the elements in the table. Get creative. :)
You can do anything you want to with your tpl_main_page.php. Remove the table, rearrange the table, rearrange the elements in the table. Get creative. :)
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Hey guys, it's Friday night. What are you doing answering questions so quickly? ;-)
Thanks. I'll have a boo, as we say here, at tpl_main_page.php (it means have a look, for reasons that escape me. Maybe derived from peek-a-boo?)
I already have tpl_main_page.php in my custom folder, having made a few small changes. I guess I'll have to get out the ginsu knives and hack away at it. Note to self: make backups as you go!!!
Rob
I tried my method using just the css RELATIVE positioning of the header wrapper moves it over.....but then you have to use some absolute positioning on columnLeft.....kinda like .columnLeft {position: absolute; top: 0px;} to move the entire left column up and to hold the headerWrapper in place for when people change the size browser window.....takes a little teaking to get everyone to line up correctly
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
Yeah, that should be worth a shot. I was poking away at something like that, but I'm not too familiar with CSS positioning, so I didn't get it. Your hint should set me in the right direction.
I think, considering the simplicity of what I'm aiming for, I may need to slice and dice the stylesheets to get rid of any inadvertant coagulants, to coin a term. I've often thought of starting with a bare bones one and building up. Now might be the time to try it.
When I did it before I was converting a site that was "2" columns....actually it was two frames and I wanted the left column to start at the top of the page...the processes was made simpler by the fact the site I was converting was all white background and no borders any where so to get some alignment stuff to work I just used strange but different background colors on each element til I got em where I wanted and then changed everyone back to white....the only thing that was a pain was the footer.....everything in the footer centered to the page so I had to fix its width and shove it over under the center column so that centered elements looked consistent from top to bottom on the page.
I had never thought about Kims idea but I think I might set up a test cart and give that a go to see what I come up with.
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!