Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2007
    Posts
    4
    Plugin Contributions
    0

    Default Position of all pages on the screen

    Hi, to conform to the layout of the rest of my site, I want zen cart pages to be displayed 25 pixels from the left, and 10 from the top - not centred as is the default.

    I have looked in the stylesheet (classic template) but cannot set the position. Setting position in the mainwrapper does not work.

    Any ideas where this setting is hidden?

    Mike

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Position of all pages on the screen

    URL for your site so we can take a look.

  3. #3
    Join Date
    Feb 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Position of all pages on the screen

    Thanks for the reply

    The site is at http://waltontraining.co.uk

    The Zen Cart pages are at http://waltontraining.co.uk/commerce

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Position of all pages on the screen

    A url always helps because these things can be individual as to what other settings might be....but basically there are 3 things that you need to a base stylesheet.css

    Code:
    body {
    	margin-top: 10px;
    	margin-left: 25px;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 62.5%;
    	color: #000000;
    	background-color: #e5edf5;
    	}
    Code:
    #mainWrapper {
    	float: left;
    	background-color: #ffffff;
    	text-align: left;
    	width: 750px;
    	vertical-align: top;
    	border: 1px solid #9a9a9a;
    	}
    Hi Clyde!!
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Feb 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Position of all pages on the screen

    As easy as that - and its done - working

    Many thanks for the help

    Mike

 

 

Similar Threads

  1. position on the screen???
    By mcgregork in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 24 Aug 2009, 05:14 PM
  2. Replies: 9
    Last Post: 12 Jun 2008, 05:00 AM
  3. How do I position my web pages on the center of the screen?
    By zahid99 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 14 Feb 2007, 01:41 PM
  4. How do I position my web pages on the left hand side of the screen?
    By jaz1974 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 31 Jan 2007, 07:18 PM
  5. All products in a category on the screen while browsing.
    By PaulineNMU in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Jul 2006, 04:04 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg