Funky Budgie 0 Posted January 1, 2013 Posted January 1, 2013 (edited) Hi Newbie here - so sorry if I'm asking dumb questions but I've searched the forum and can't seem to find the answer to my problem! I am using the default theme and would like to set an image as the background to the page but yet still retain a white container for the shop area. I've set the global.css to: body{ background:url(../img/background.jpg) top left repeat; font:normal 11px/14px Arial, Verdana, sans-serif; color:#222; } This has resulted in the image showing but I cannot seem to find the 'container' for the shop area. There has recently been a thread relating to this problem and in this it mentions changing the following: .page {width:910px; margin:0 auto; background:#FFF} Now, try as I might, I cannot find .page in the Global.css of the default theme - am I getting something wrong here and missing the obvious? Your help would be much appreciated - thanks. Edited January 1, 2013 by Funky Budgie (see edit history) Share this post Link to post Share on other sites
Funky Budgie 0 Posted January 3, 2013 Posted January 3, 2013 (edited) Finally figured this one! The container for the 'shop' part of the site is in: Themes >> Default >> CSS >> grid_prestashop.css and not in global.css I simply added background:#FFFFFF; to .container_9 Edited January 3, 2013 by Funky Budgie (see edit history) Share this post Link to post Share on other sites
Funky Budgie 0 Posted January 3, 2013 Posted January 3, 2013 OK, so I now have a nice background image that is tiled across my site, the shop container now has a white background and it looks fine but I would like to 'float' the container 10px from the top of the page and 10px from the bottom. If I add 'margin-top: 10px;' to the .container_9, the whole of the page shifts 10px down, leaving a white bar across the top of the background image also! I wonder if anyone could be so kind as to offer me a solution, I have tried allsorts using firebug but I'm getting nowhere fast. Once again, thank you in anticipation. Michael Share this post Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now