Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Dec 2008
    Location
    Toronto
    Posts
    219
    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
    18,053
    Plugin Contributions
    1

    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,119
    Plugin Contributions
    6

    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
    219
    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,119
    Plugin Contributions
    6

    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
    199
    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.
    Zencart Websites I've Designed:
    deejaycentipede(DOT)com
    djellery216(DOT)com

  7. #7
    Join Date
    Dec 2008
    Location
    Toronto
    Posts
    219
    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. v150 Help with Centering an Image in a Table
    By daphne in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 6 Jun 2012, 03:21 PM
  2. Centering "Have You Got Yours" image on main page
    By wagnerguy in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 Nov 2008, 08:33 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

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
  •