Jump to content

[Solved] Rounded Corners for the page div


Recommended Posts

Hello, I'm working on a custom Prestashop theme for my website. I'm using the standard template and editing it accordingly. I would very much like to have the entire page div with rounded corners against a background picture. I have a method that I frequently use on websites to make a rounded corners div but for the life of me I have no idea where / if I can place the HTML code ( I.E one giant div that encompasses the entire page.) I'm just starting out with php, so I find the setup a bit confusing. Hopefully I'm giving all of the information I need here, but to re-state I want a background image and then a fixed width page div with rounded corners. Thanks in advance for any help.

-m1ck3y

Link to comment
Share on other sites

The main HTML of the website is in header.tpl and footer.tpl in your theme's directory and the CSS is in css/global.css in your theme's directory. You can find the CSS for the header and footer in the /* global layout */ section of global.css. The #page section is the one I modified to add corners on my website.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...