harry2 Posted July 19, 2010 Share Posted July 19, 2010 I am trying to slightly move the side boxes away from the screen edge. Here is a picture. How do I do this? I only want to move it a little.thanks. Link to comment Share on other sites More sharing options...
nitascript Posted July 19, 2010 Share Posted July 19, 2010 I am new to Prestashop and have been working on customizing a theme. It's been trial and error, but so far I have managed to get it looking how I want.I played around with things like "margin-left" and "padding-left" in the Default block style in global.css, increasing or decreasing slightly until I got it how I wanted it.For example, the Prestashop theme on line #829 shows: /* Default block style */ div.block { margin-bottom: 1em; width: 191px } When I add margin left, the blocks are moved slightly to the right: /* Default block style */ div.block { margin-left:0.4em; margin-bottom: 1em; width: 191px } Link to comment Share on other sites More sharing options...
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