Thread: layout help

Results 1 to 8 of 8
  1. #1
    Join Date
    Jan 2008
    Posts
    93
    Plugin Contributions
    0

    Default layout help

    hi , i need some help... kind of overwhelmed reading trying to figure out a few things and not really getting anywhere!

    right now i just have the default template to start custom layout (http://www.idyemyhair.com/store/) and want go toward this look as my basic layout for my shop: http://www.idyemyhair.com/test/

    what i need help with to get started (learning CSS...):

    1. i want the page layout to be aligned vertically at the top , and the store a fixed width and centered on the page (like my test link) i'm not sure what controls this in the stylesheet...

    2. i want all the tables to be a fixed so that the contents do not adjust with the page .. so not "fluid" or whatever.

    also...

    3. i want my top design/logo to be at the top of the page in the header , replacing the "powdered by zen cart" and "tagline here" - what is the easiest way to do this ?

    thanks for any help !

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

    Default Re: layout help

    You might find it easier to start with the classic template...just replace/copy the classic template files minus the template info file to your iDyeMyHair_template location.

    Begin with right clicking and viewing the images or selecting view background image. View properties to obtain the image location & name. If the image type matches yours that you want to replace it with you can just rename yours to the same name as is currently being used and replace it.

    The stylesheet controls the site width in
    Code:
    #mainWrapper {
    	background-color: #ffffff;
    	text-align: left;
    	width: 750px;
    	vertical-align: top;
    	border: 1px solid #9a9a9a;
    	}
    There are very few tables associated with Zen Cart

    This shuold get you started and other items can be addressed as you need.
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jan 2008
    Posts
    93
    Plugin Contributions
    0

    Default Re: layout help

    thanks !

    i ended up finding the "bare bones classic" template and am trying to work from that, i think i'm starting to understand a little better now and find my way around... i managed to get things how i wanted so far.



    http://www.idyemyhair.com/store

  4. #4
    Join Date
    Jan 2008
    Posts
    93
    Plugin Contributions
    0

    Default Re: layout help

    can someone tell me what to change to move the navigation bar to align the right ?

    like the
    home / log in / my account / shopping cart stuff.

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

    Default Re: layout help

    Move what bar?
    Zen-Venom Get Bitten

  6. #6
    Join Date
    Jan 2008
    Posts
    93
    Plugin Contributions
    0

    Default Re: layout help

    i mean the navigation menu.. i was able to change the text links to images, but i can't figure out how to control the position.

    i'm trying to go from this (what i have now):



    to this... with it aligned to the right (i moved it in photoshop so you can see what i'm trying to accomplish...)


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

    Default Re: layout help

    Add this to your entry for this in the stylesheet;
    Code:
    #navMain {
            float: right;
            }
    Zen-Venom Get Bitten

  8. #8
    Join Date
    Jan 2008
    Posts
    93
    Plugin Contributions
    0

    Default Re: layout help

    yay i figured it was something simple , that did it. thanks !!

    http://www.idyemyhair.com/store/

 

 

Similar Threads

  1. v139h Layout Help
    By joyjoy in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 16 Apr 2012, 03:36 AM
  2. Replies: 2
    Last Post: 23 Mar 2012, 03:28 PM
  3. Layout Help
    By onesickpup in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 30 Apr 2011, 10:11 AM
  4. Layout Help
    By mayes in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Dec 2006, 01:46 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