Page 135 of 305 FirstFirst ... 3585125133134135136137145185235 ... LastLast
Results 1,341 to 1,350 of 3042
  1. #1341

    Default image borders on thumbnails

    Hi all, I'm new to zencart and slowly figuring out how to customize my webpage... I'm sure this has already been addressed within this thread already but I couldn't find it searching with the search tool or by looking manually (although I have to admit I gave up about halfway through the thread cause my eyes were going fuzzy! )
    I'm trying to give my thumbnails a border so that they don't bump up right against one another when in a cagetory list. here's what i'm talking about:
    http://tiffstrinkets.com/index.php?m...index&cPath=67
    thanks in advance... I'm sure the answer is pretty simple but i'm new to CSS and PHP! it's like greek to me for the most part...

  2. #1342
    Join Date
    Sep 2006
    Posts
    281
    Plugin Contributions
    0

    Default Re: image borders on thumbnails

    Quote Originally Posted by misticloudz View Post
    Hi all, I'm new to zencart and slowly figuring out how to customize my webpage... I'm sure this has already been addressed within this thread already but I couldn't find it searching with the search tool or by looking manually (although I have to admit I gave up about halfway through the thread cause my eyes were going fuzzy! )
    I'm trying to give my thumbnails a border so that they don't bump up right against one another when in a cagetory list. here's what i'm talking about:
    http://tiffstrinkets.com/index.php?m...index&cPath=67
    thanks in advance... I'm sure the answer is pretty simple but i'm new to CSS and PHP! it's like greek to me for the most part...
    This is actually adressed outside of the template. I had the same issue . . . I want to say . . .

    Admin > Configuration > Images

    There are 2 things to set here. One, is find Product Info Img Height; leave this blank, or set this to blank. Then, and this is a MUST, go down to the last option of Use Proportional Images and set this to '1'. That should do the trick.
    [FONT="Georgia"]Samuel Turnmire[/FONT]
    [FONT="Century Gothic"]co-Founder[/FONT]
    [FONT="Book Antiqua"]geekFoundry[/FONT]

  3. #1343
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Candylea View Post
    Hi

    Can anyone help me please on changing the Css I want to change the font colour in the header where it says home and login. I have changed the background colour but can't change the font colour I would like it white

    #navMainWrapper {
    background:#5B1975;
    color: #FFFFFF;
    }

    But this doesn't work and ideas
    Thanks in advanced guys
    By default, those links are styled by:

    a:link {
    color: #4f4f4f;
    text-decoration: none;
    }

    a:hover {
    color: #000000;
    text-decoration: none;
    }

    But you can style them with this instead (remember for links, you have to use the "a" to style their color).

    #navMainLinks a {color:#ffffff;}

    #navMainLinks a:hover {color:#000000;}

  4. #1344
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: image borders on thumbnails

    Quote Originally Posted by misticloudz View Post
    Hi all, I'm new to zencart and slowly figuring out how to customize my webpage... I'm sure this has already been addressed within this thread already but I couldn't find it searching with the search tool or by looking manually (although I have to admit I gave up about halfway through the thread cause my eyes were going fuzzy! )
    I'm trying to give my thumbnails a border so that they don't bump up right against one another when in a cagetory list. here's what i'm talking about:
    http://tiffstrinkets.com/index.php?m...index&cPath=67
    thanks in advance... I'm sure the answer is pretty simple but i'm new to CSS and PHP! it's like greek to me for the most part...
    Hmmm, I would do this by just adding this to the stylesheet:

    .productListing-data img{padding:8px;}

  5. #1345
    Join Date
    Jun 2007
    Posts
    54
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Thank you worked a treat

  6. #1346

    Default Re: image borders on thumbnails

    Quote Originally Posted by ThePatch View Post
    This is actually adressed outside of the template. I had the same issue . . . I want to say . . .

    Admin > Configuration > Images

    There are 2 things to set here. One, is find Product Info Img Height; leave this blank, or set this to blank. Then, and this is a MUST, go down to the last option of Use Proportional Images and set this to '1'. That should do the trick.
    ok, i'm going to try this right now! thanks!

  7. #1347

    Default Re: image borders on thumbnails

    Quote Originally Posted by jettrue View Post
    Hmmm, I would do this by just adding this to the stylesheet:

    .productListing-data img{padding:8px;}
    Thank you Jade! This worked perfectly!

  8. #1348

    Default Re: Apple Zen Support Thread

    I am testing my website with IE5, and I have noticed that body of the apple zen site always goes to the far left. But, the logo and such centers in ie5. Is there a way to make the body of the website center in ie5 as well?

    Thanks!

  9. #1349
    Join Date
    Oct 2005
    Location
    New Mexico
    Posts
    393
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Thanks for this nice looking template. Take a look at http://www.sermonzone.com/index.php?...=index&cPath=8 and you will see that I have deleted something I should not have, likely from the stylesheet. I prefer the presentation the native template has with a line between each product.

    However, I after kludging around with WinMerge for an hour I cannot track down the problem and would appreciate a hint.

    Feel free to make any other suggestions you have on improving my version. I intend to put your link back in the footer before I am finished with everything.

    Blessings,

  10. #1350

    Default Re: Apple Zen Support Thread

    One more question! I hope you don't mind. I am trying to make the menus appear ok in Internet Explorer. But, I have found that they display below the drop-down menus in IE6. I did a search and found this advice:

    Move them out of the way by adding to stylesheet.css:

    #sorter select {float:right;clear:both;width:120px;}

    #sorter label {float:right;}

    This worked great for the "Sort by" selectors. But, it doesn't do anything for the Alpha Sorter Selector which lets you select a letter.

    Does anyone have any idea how to do the same thing with the alpha sorter?

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 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