Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25
  1. #21
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: Making website look better on Windows

    This thread is turning out to be a one-on-one tutorial to teach you how to do basic things in Zen Cart and the forums aren't meant for that purpose.

    If you look through the FAQs section (link below) you'll find the answer to many of your questions:
    https://www.zen-cart.com/tutorials/index.php

    Failing that there is the Zen Cart book which you can buy (link at top of this website).

    Vger

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

    Default Re: Making website look better on Windows

    The product listing box overflow is purely a monitor width effect. Your Mac must have a widescreen, while your PC has a smaller screen.
    The product boxes have a fixed height and proportional width, so in a narrower window the content takes more height. Narrow enough, and the content overflows at the bottom. Look at the page on your Mac with a window the same size (pixel width) as the window on your PC.

    Zen Cart has a product image system that allows for a small, medium and large image for each product, so there is no reason to serve a large file for the thumbnail. Read the tutorial on images.

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

    Default Re: Making website look better on Windows

    Quote Originally Posted by gjh42 View Post
    The product listing box overflow is purely a monitor width effect. Your Mac must have a widescreen, while your PC has a smaller screen.
    The product boxes have a fixed height and proportional width, so in a narrower window the content takes more height. Narrow enough, and the content overflows at the bottom. Look at the page on your Mac with a window the same size (pixel width) as the window on your PC.

    Zen Cart has a product image system that allows for a small, medium and large image for each product, so there is no reason to serve a large file for the thumbnail. Read the tutorial on images.
    If I have product XYZ with XYZ.jpg as its picture, I could upload the smallest picture to /images/subdirectory, the largest image to /images/large/subdirectory, and the medium image to /images/medium/subdirectory, correct? I tried that and could not get it to work. When clicking on the product image, I got the smallest image, not the largest.

    Is there any way to change the overflow thing, so that the height is adjusted for smaller screens?

  4. #24
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Making website look better on Windows

    Quote Originally Posted by mretzloff View Post
    Is there any way to change the overflow thing, so that the height is adjusted for smaller screens?
    Ok, some playing around showed that if I removed the width and height part from the following code, the border will adjust itself depending on how much text shows, however, the the problem then is that some are larger than the others (I would like them all the same size).


    Code:
    .centerBoxContentsProducts {
    	border: 2px solid #6A0000;
    	width:185px;
    	height:350px;
    	background: #DCDCDC;
    	margin: 0em;
    	-moz-border-radius: 15px;
       	border-radius: 15px;
    }

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

    Default Re: Making website look better on Windows

    The only real solution for this is to make the boxes tall enough for the longest product to fit when the page is the narrowest you want to support. Then add min-width: 789px; to the #mainWrapper rule so the page will not get narrower than this, but force horizontal scrolling instead. (The horizontal scroll should not cause annoyance unless it gets extreme enough to cut off significant content on the right edge; people with small windows <800px can expect to have to scroll anyway.)

 

 
Page 3 of 3 FirstFirst 123

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