Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Dec 2008
    Location
    Toronto
    Posts
    347
    Plugin Contributions
    0

    Default Help centering main product image!!

    Hello Everyone,

    I'm trying to center my main product images using #productMainImage in the main stylesheet.

    An example can be found here:
    http://www.kcbgraphics.com/index.php...oducts_id=1769

    I've tried using:
    #productMainImage
    display: block;
    margin-left: auto;
    margin-right: auto;

    and a couple of other methods I've read about but nothing seems to work.

    I'm using Zen 1.3.9h, PHP Version: 5.3.10 & MySQL 5.0.95. If there's a Zen Cart CSS guru out there who can point me in the correct direction I would really appreciate it.

    Thank you!!

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Help centering main product image!!

    You could move it over with specific margin:

    #productMainImage {margin: 0 0 0 5em;}

  3. #3
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Help centering main product image!!

    You could try:

    Code:
    #productMainImage {
       margin-left: auto;
       margin-right: auto;
       width: 100%;
    }
    The width gives your image room to move.

    Hope this helps.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  4. #4
    Join Date
    Dec 2008
    Location
    Toronto
    Posts
    347
    Plugin Contributions
    0

    Default Re: Help centering main product image!!

    Quote Originally Posted by Get Em Fast View Post
    You could try:

    Code:
    #productMainImage {
       margin-left: auto;
       margin-right: auto;
       width: 100%;
    }
    The width gives your image room to move.

    Hope this helps.
    Thanks Get Em Fast,

    That worked perfectly!

  5. #5
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Help centering main product image!!

    Quote Originally Posted by kcb410 View Post
    Thanks Get Em Fast,

    That worked perfectly!
    Not a problem. Glad to help.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  6. #6
    Join Date
    Jun 2007
    Location
    Michigan
    Posts
    187
    Plugin Contributions
    0

    Default Re: Help centering main product image!!

    This worked PERFECTLY, THANKS
    I'm not new to Zencart and this worked my nerve because I could NOT figure out how do to this.

    Quote Originally Posted by Get Em Fast View Post
    You could try:

    Code:
    #productMainImage {
       margin-left: auto;
       margin-right: auto;
       width: 100%;
    }
    The width gives your image room to move.

    Hope this helps.

  7. #7
    Join Date
    Dec 2008
    Location
    Toronto
    Posts
    347
    Plugin Contributions
    0

    Default Re: Help centering main product image!!

    Quote Originally Posted by stevesh View Post
    You could move it over with specific margin:

    #productMainImage {margin: 0 0 0 5em;}
    Thanks for the reply Stevesh.

    That will work but my image widths vary quite a bit and a margin setting that works for that image is still off center for other images. Is there no way to force the images to center in that column?

 

 

Similar Threads

  1. v154 CSS: Centering Main Image Above Additional Images
    By Feznizzle in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 26 Mar 2016, 03:03 PM
  2. Need help centering content on main page..
    By WWDetail in forum General Questions
    Replies: 6
    Last Post: 26 Feb 2014, 09:05 PM
  3. trouble centering main product image
    By TecBrat in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 5 Oct 2008, 06:47 AM
  4. Centering an Image on Main Page
    By reversegarbage in forum Basic Configuration
    Replies: 3
    Last Post: 21 Jul 2008, 05:42 AM
  5. centering product category icons in main page
    By ex.wear in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Apr 2008, 08:26 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