Single page width
-
Hi there,
This should be really simple but it’s beaten me!
I have a page that I want to appear as a popup in it’s own window.
It’s a list of price lists and will be fired from a button (just like a normal popup).
The width will apply to just this page-
The code I have in the custom CSS is
body { margin-right: auto; margin-left: auto; max-width: 960px; padding-right: 10px; padding-left: 10px; } .wrapper { max-width: 960px; /* 20px smaller, to fit the paddings on the sides */ padding-right: 10px; padding-left: 10px; /* ... */ }
This changes the container and works but I can’t change the border outside it.
Help please
PaulThe page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Single page width’ is closed to new replies.