Page 6 of 28 FirstFirst ... 4567816 ... LastLast
Results 51 to 60 of 275
  1. #51
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,039
    Plugin Contributions
    31

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by xtracool View Post
    Hi,

    I have loaded ZenCart Zen and it does not have the navigation bar at the top. You can see from the screenshot attached that I have started customising it, but it did not have the navigation bar from when first downloaded. I have also included the screenshot as it should be displayed.

    I would appreciate some advice on how I can get the navbar to display as in the original

    I am using Zen Cart 1.3.8a

    Alan
    Always a good idea to search the thread before posting.

    You can find a fix for this issue in this thread.

  2. #52
    Join Date
    Feb 2009
    Posts
    46
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Thanks Clyde much appreciate the help
    I did search the thread but I must have missed the post about it

    Alan

  3. #53
    Join Date
    Nov 2006
    Location
    Brighton, CO
    Posts
    90
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Greetings,

    Love the template!

    We changed the css (#mainWrapper) and changed the width to 1024px. At 100% it blows out of proportion on a 22" monitor.

    Our question is:

    How do we get the store centered on the screen? At the moment it appears to be aligned left.

    Thanks!

  4. #54
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,039
    Plugin Contributions
    31

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by Convergence View Post
    Greetings,

    Love the template!

    We changed the css (#mainWrapper) and changed the width to 1024px. At 100% it blows out of proportion on a 22" monitor.

    Our question is:

    How do we get the store centered on the screen? At the moment it appears to be aligned left.

    Thanks!
    A URL to your site would be useful.

    Change the margin setting(s) of #mainWrapper to margin:0 auto;

  5. #55
    Join Date
    Nov 2006
    Location
    Brighton, CO
    Posts
    90
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by clydejones View Post
    A URL to your site would be useful.

    Change the margin setting(s) of #mainWrapper to margin:0 auto;
    Hello Colorado Springs!

    Thanks for your help - I'll give it a go...

  6. #56
    Join Date
    Nov 2006
    Location
    Brighton, CO
    Posts
    90
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by clydejones View Post
    Change the margin setting(s) of #mainWrapper to margin:0 auto;
    Hmmm, unfortunately that didn't prove successful

    Site remains to the left of the screen instead of centered.

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

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by Convergence View Post
    Hmmm, unfortunately that didn't prove successful

    Site remains to the left of the screen instead of centered.
    Again, a link to your site would be useful so I could check it for you.

  8. #58
    Join Date
    Nov 2006
    Location
    Brighton, CO
    Posts
    90
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by clydejones View Post
    Again, a link to your site would be useful so I could check it for you.
    Thanks for the offer, and I while I appreciate your assistance, I don't publish my sites on forums.

    Thanks again.

  9. #59
    Join Date
    Nov 2006
    Location
    Brighton, CO
    Posts
    90
    Plugin Contributions
    0

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by clydejones View Post
    Change the margin setting(s) of #mainWrapper to margin:0 auto;

    We got it to work by doing this:

    Code:
    #mainWrapper
    {
    	margin: auto;
    	background-color: transparent;
    	text-align: left;
    	width: 1024px;
    	vertical-align: top;
    Thanks again for your assistance!

  10. #60
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,039
    Plugin Contributions
    31

    Default Re: "ZenCart Zen" Template Support

    Quote Originally Posted by Convergence View Post
    We got it to work by doing this:

    Code:
    #mainWrapper
    {
    	margin: auto;
    	background-color: transparent;
    	text-align: left;
    	width: 1024px;
    	vertical-align: top;
    Thanks again for your assistance!
    glad you got it sorted.

 

 
Page 6 of 28 FirstFirst ... 4567816 ... LastLast

Similar Threads

  1. URGENT - Orders not Posting /Session expiration notice?
    By coastalfog in forum Managing Customers and Orders
    Replies: 11
    Last Post: 15 Jan 2007, 04:58 AM

Bookmarks

Posting Permissions

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