Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 25
  1. #11
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Making website look better on Windows

    I tried making it the background image for #logoWrapper, but that did not work. Do you have any other suggestion? Thank you!

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

    Default Re: Making website look better on Windows

    It does work - I just tested it on your site with Firebug. Since the logo is not in the template /images/ folder where it belongs, but in the base /images/ folder, you need a different url than the usual form.

    stylesheet.css (line 1062)
    Code:
    #logoWrapper {
        background-color: #DCDCDC;
        background-image: url(/images/qcs_logo.jpg);
        background-repeat: no-repeat;
        height: 158px;
    }

  3. #13
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Making website look better on Windows

    Ok, that partially fixes that problem. Now the image is cramped in like in, as you can see in this screenshot. Is there a way to fix this?

    Thank you!

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

    Default Re: Making website look better on Windows

    Add to your #mainWrapper {} rule

    min-width: 880px;

    or whatever is the narrowest it can get without looking wrong, so the page won't contract below that.

  5. #15
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Making website look better on Windows

    Is there any way to prevent it from moving the page over to the left, as it does in this screenshot? Also, is there any way to get those buttons circled in read lined up in one row (they line up perfectly fine on my Mac)?

    Thank you!

  6. #16
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Making website look better on Windows

    Yes. Make the image smaller so that it fits the space.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  7. #17
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Making website look better on Windows

    Quote Originally Posted by kuroi View Post
    Yes. Make the image smaller so that it fits the space.
    That changes the look again on the Mac. Is there no way for Windows to display this properly without having to distort the look on the Mac?

    How can I fix the blurry product images or the Add to Cart button overflowing the border (both of which look fine on the Mac)?

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

    Default Re: Making website look better on Windows

    moving the page over to the left, as it does in this screenshot?

    The page is off to the right, not the left, in that screenshot. Unless you mean something completely different from how I understand your observation.

    stylesheet.css (line 1049)
    #mainWrapper {
    background-color: #DCDCDC;
    border: 1px solid #9A9A9A;
    text-align: left;
    vertical-align: top;
    width: 97%;
    }
    This is in control, and I don't see min-width anywhere in your stylesheet.

    Also, I have noticed that your stylesheet appears to be doubled, with two complete nearly identical stylesheets in one file. This is bad, as it makes it harder to tell what is in control, as well as increasing the page loading time.

    Blurry product images are generally a result of serving large images and asking the browser to resize them at runtime. Maybe Mac machines do this better than Windows machines, but it is still a drain on pageload resources. Make your main (small) images the exact pixel size you want them to display at in the product listings.

    Can you post an example of how the product text fits in Mac, for the same product where it doesn't fit in Windows? Either the text is smaller or the fixed-size box is resizing in Mac.

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

    Default Re: Making website look better on Windows

    stylesheet.css (line 850)

    body {
    background-color: #000000;
    color: #000000;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 62.5%;
    margin: 0 10em;
    }

    This is forcing a 10em (100px) space at each side of the page, so the #mainWrapper can't get over to the left as it should in smaller windows. There is seldom a good reason to put a margin on the body element.

  10. #20
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Making website look better on Windows

    Yes, I meant "right", not "left". Sorry...

    The logo picture problem has been fixed. Thank you!

    The buttons on the main page are still messed up, even after changing everything you suggested. Would you have any idea why this is?

    I am not understanding the image part. The reason why my images are bigger is because I want customers to see a bigger one when they actually click on it. Is there a way to have seperate images, one for the product listing and one for when customers click on the image to enlarge it? Maybe the Image Handler add on...?

    If you click here, you will see how the product listing looks like on my Mac.

    Thank you!

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. v155 Help Making Tabs Look Better With CSS
    By CSGODeimos in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 Jul 2016, 10:54 PM
  2. better on linux or windows server?
    By giuly in forum General Questions
    Replies: 6
    Last Post: 26 Jun 2010, 01:45 AM
  3. making the column display look better
    By tjthecat3 in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 13 Jan 2008, 08:33 AM
  4. Suggestions on making these products look better?
    By dman76 in forum General Questions
    Replies: 5
    Last Post: 1 Dec 2007, 07:33 AM
  5. Help with making my Zen cart look like my website
    By laurieudy in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 15 Nov 2007, 03:32 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