Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2007
    Posts
    91
    Plugin Contributions
    0

    Default Move MainWrapper to right?

    I'm new to Zen Cart and have been able to maneuveur around the CSS sheets to modify colors and background images, etc. However, I need to move the main Text block (I believe it is called the MainWrapper) to the right in order for my background image to show properly. How do I do this? My store URL is: http://twistjewelrydesign.com/shoppi...php?main_page=

    The site is still a work in progress....

    Thanks,

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Move MainWrapper to right?

    You have stylesheetold.css in your /classic/css/ folder, which is being automatically loaded after stylesheet.css and overriding everything that is duplicated.

    You need to rename the original version to something like stylesheet.bak, or better yet delete it completely.

    BUT, before you do that, you should not be modifying files directly in /classic/ at all; you should copy the /includes/templates/classic/ folders and files to /includes/templates/your_template/ and make your custom changes there. See the FAQ for info on creating your own template.

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

    Default Re: Move MainWrapper to right?

    You have it but forgot the semi-colon and the end highlighted red
    Code:
    #mainWrapper {
    	background-color: #ffffff;
    	text-align: left;
    	margin-left: 20em;
    	width: 650px;
    	vertical-align: middle;
    	float: right;
    	border: 1px solid #9a9a9a;
    	}
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. v155 How to get logo in mainwrapper instead of under mainwrapper
    By aurelius in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 17 Aug 2016, 07:55 PM
  2. Move Centre Box right or Right Side Boxes left ?
    By HeyIts007 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Nov 2010, 04:50 AM
  3. How can I place an image right next to the mainWrapper?
    By DML73 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Jan 2010, 04:45 PM
  4. Move Sideboxes Outside of MainWrapper
    By acreativepage in forum Templates, Stylesheets, Page Layout
    Replies: 17
    Last Post: 9 Oct 2009, 03:06 AM
  5. Move to right ?
    By dmagic in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 3 Nov 2008, 08:09 PM

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