how do I alter the dimensions on each page?
Permalink
Hi again, what I mean is, say I have five pages and all take their layout from the main.css and default.php . . Okay.
I know I can alter each page's layout via the edit/design/page_layout in then toolbar and then selecting full or sidebar left or press release.
That's great but what if I want to alter the margin or padding etc? I have no access to these pages. The only access I have is the default.php. In normal web design I can see each page and alter the code accordingly.
I know I can alter each page's layout via the edit/design/page_layout in then toolbar and then selecting full or sidebar left or press release.
That's great but what if I want to alter the margin or padding etc? I have no access to these pages. The only access I have is the default.php. In normal web design I can see each page and alter the code accordingly.
I think you need to do it through the css, but you don't want to change the core one. So I think you mkdir /theme/your_theme (if you don't have the dir already) copy the css files, related to your theme, into there then you can make modifications to the css without fear of losing them when you do a code update should a patch or new release be issued.
If it isn't /theme/your_theme then I suspect the files are to be copied from the core css to the /css and modified there.