Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    May 2006
    Posts
    3
    Plugin Contributions
    0

    Default What is wrong with my site?????

    http://dev.mapletraditions.com

    THis template is based on the clssic template.

    I would like to have the page justified left and change the width and colours of the two columns. I also need to find the css settings for the tabs area.

    Any help or ideas will be appreciated. Thanks in advance.

    Cheers!

  2. #2
    Join Date
    Apr 2006
    Location
    Chiang Mai
    Posts
    405
    Plugin Contributions
    0

    Default Re: What is wrong with my site?????

    before you do anything else I'd address the size of your images... not only are the dimensions of MTFrontPage01.jpg causing you heartburn, but they have waaayy too many bytes...

    I suggest you deal with them and then repost...


  3. #3
    Join Date
    May 2006
    Posts
    3
    Plugin Contributions
    0

    Default Re: What is wrong with my site?????

    The dimensions is what I want. I can deal with the bytes later by increasing the compression. However, I don't see what difference that will make anyway. Weather I have the image there or not, I still get the same results.

  4. #4
    Join Date
    Apr 2006
    Location
    Chiang Mai
    Posts
    405
    Plugin Contributions
    0

    Default Re: What is wrong with my site?????

    so what happens if you make MTFrontPage01.jpg 400px wide instead of 800px wide?

    in IE you're also getting the residue x-box from I think what was the original zen logo.gif, you might need to create a 1px X 1px gif for that. I'm not completely certain about that though.

  5. #5
    Join Date
    May 2006
    Posts
    3
    Plugin Contributions
    0

    Default Re: What is wrong with my site?????

    See for yourself.

    I am really interested in getting the whole page justified to the left. And get rid of the blue columns. I dont think this has anything to do with the images.

  6. #6
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: What is wrong with my site?????

    With regard to alignment of your website you can try this. I don't guarantee it will work with Zen Cart because it wasn't written for it.

    If you are using the classic template with the classic template css file then change the body class and centershop class wfor this code (backup first):
    Code:
    BODY {
      text-align: center;
      background: #ffffff;
      color: #000000;
      margin: 0px;
    }
    
    .fixcenter {
      width: 770px;
      border: solid; border-width: 1px;
      background: #ffffff;
      color: #000000;
      margin: auto;
      margin-top: 20px;
      text-align: left;
    }
    Then in the header template leave the centershop table as it is but remove the centershop class from it, and leave the closing table command in the footer template. In the header template insert this before the first table:
    Code:
    <div class="fixcenter">
    and in the footer template insert this after the closing table command
    Code:
    </div>
    If this works you should now be able to amend the style to align your shop left, right or center - specify the width of the shop, define a style for the border of the shop either with a colour and border style or an image, and use a colour or image outside of the mainwebsite page as a contrasting background. If it works with Zen then it'll work in IE, Firefox, Mozilla and Safari browsers.

    Vger

  7. #7
    Join Date
    Apr 2006
    Location
    Chiang Mai
    Posts
    405
    Plugin Contributions
    0

    Default Re: What is wrong with my site?????

    you might want to look at your css

    .main_page{

    width: 1080px !important;


    I know only enough to cause havoc, but what happens if that is changed to 100%...?

  8. #8
    Join Date
    Feb 2006
    Posts
    96
    Plugin Contributions
    0

    Default Re: What is wrong with my site?????

    hmm with three stylesheets its difficult for me to determine the cause, but try searching for instances of widths defined as 750px and replace with 100%

    I saw this width in .centershop on two of the stylesheets. This might help to stretch the middle white background color to fit across the whole of your shop contents.

    To left align the entire shop try margin-left: 0px; in either the body or the .centershop - I'm not very familiar with the classic template set up, but you can mess around with those stylesheets until you find the result.

    Just remember each stylesheet needs to be modified so they don't override each other. I hope it helps a little!

  9. #9
    Join Date
    Feb 2006
    Posts
    96
    Plugin Contributions
    0

    Default Re: What is wrong with my site?????

    I think this is what wasana meant about changing the images a bit so that they load up faster. rather than using html code to size it, use an image ap. ;)
    Oh I also sharpened it up a little.



    Let me know when you've snagged it so I can remove from my server.

  10. #10
    Join Date
    Apr 2006
    Posts
    13
    Plugin Contributions
    0

    Default Re: What is wrong with my site?????

    To align centershop using a copy of classic template.

    You need to look at the stylesheet_new.css

    #mainWrapper {
    background-color: #ffffff;
    text-align: left;
    width: 900px; **** REMOVE THIS AND YOUR STORE WILL ALIGN LEFT ****
    align: center;
    vertical-align: top;
    }

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Site just looks wrong - what have(n't) I done?
    By Rick Yard in forum Installing on a Linux/Unix Server
    Replies: 41
    Last Post: 1 Apr 2010, 12:37 AM
  2. What is wrong with my code?
    By mikenandrea in forum General Questions
    Replies: 4
    Last Post: 9 Jan 2008, 01:46 AM
  3. Blue strip, what went wrong with my site?
    By replicapropscom in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 26 Aug 2006, 05:59 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR