Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 35
  1. #11
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Need spacing code help

    Both of those products show the "larger image" link for me (Firefox 3).

    Add to your stylesheet

    .productListing-odd .main, .productListing-even .main {vertical-align: middle;}

    Note that the image itself is not centered in the product space, apparently because you have set the code in Configuration > All Listing to have two breaks after the image.

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

    Default Re: Need spacing code help

    If you're concerned about the items in some description lists that drop below their bullets, that is because you have inserted <div> tags in those items. You don't want those.
    Code:
    This Kit Contains:<br /><ul><li>7 Textured Pattern Papers</li><li>5 Textured Solid Papers</li><li><div>6 Bottlecaps</div></li>

  3. #13
    Join Date
    Sep 2009
    Posts
    254
    Plugin Contributions
    0

    Default Re: Need spacing code help

    Quote Originally Posted by gjh42 View Post
    Both of those products show the "larger image" link for me (Firefox 3).

    Add to your stylesheet

    .productListing-odd .main, .productListing-even .main {vertical-align: middle;}

    Note that the image itself is not centered in the product space, apparently because you have set the code in Configuration > All Listing to have two breaks after the image.
    Ya, I was trying to space it better, if I am sure on what you are meaning anyway.

    I will try adding it and we shall see what happens.

    Also, the "larger image" I am talking about is not under the larger main image, there is a smaller image listed at the bottom of the second link listed. I am not sure why it is there, it is listed right above the bottom "home" link.

  4. #14
    Join Date
    Sep 2009
    Posts
    254
    Plugin Contributions
    0

    Default Re: Need spacing code help

    I fixed the bullets issue, you were right on with the outside/inside coding. So I am "good to go" on that issue, thank you!

    I pasted this code right above the ".productListing-odd" coding as such and IT WORKED:

    .productListing-even {
    background-color: #ffffff;
    }

    .productListing-odd .main, .productListing-even .main {vertical-align: middle;text-align: center}


    .productListing-odd {
    background-color: #ffffff;
    }

    .productListing-heading {
    Thank you so much for your help. I think that is all I had, other than the image issue, not really need to fix it, just wondering why it would be doing that, and wanting to make sure I didn't mess up coding or something. HTML is still new to me and PHP is a completely new thing. I appreciate your help. You have been great!

    OK, one more question which I am sure is a completely easy fix. I just wanted to make the row of category links that appear above the images when you click on a category bigger. I have been looking for the code, but I think I have to add completely new code for it and not sure where to do that.

    Thanks again,

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

    Default Re: Need spacing code help

    OK, that is an additional image, which you apparently didn't intend to use.
    Your main image for the product is named LS_P365TemplateSet2.jpg; that is the file that the product "owns", and any image starting with that exact name will automatically be considered an additional image for the product. You need to delete LS_P365TemplateSet2CU.jpg, or if it belongs to another product, rename it and re-upload it for that product, avoiding conflicting names.

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

    Default Re: Need spacing code help

    "row of category links"? Do you mean the "Kits Quick Pages Layout Templates Commercial Use"?
    For those, find this in your stylesheet
    Code:
    #navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
    	text-decoration: none;
    	padding: 0em 0.5em;
    	margin: 0;
    	color: #000000;
    	}
    and add below it
    Code:
    #navCatTabs ul li a {font-size: 1.3em;}
    If you mean something else, you'll have to explain in more detail.

  7. #17
    Join Date
    Sep 2009
    Posts
    254
    Plugin Contributions
    0

    Default Re: Need spacing code help

    No, I mean the category links such as All Kits, Boy, Girl, Seasonal, etc.

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

    Default Re: Need spacing code help

    For those, you want to add to your stylesheet

    .categoryListBoxContents {font-size: 1.3em;}

  9. #19
    Join Date
    Sep 2009
    Posts
    254
    Plugin Contributions
    0

    Default Re: Need spacing code help

    Quote Originally Posted by gjh42 View Post
    For those, you want to add to your stylesheet

    .categoryListBoxContents {font-size: 1.3em;}
    THANK YOU, THANK YOU, THANK YOU! That is all I needed. You have been absolutely amazing! Thank you so much! I can't believe I am actually done with all the customizing.

    If I haven't said it enough, Thank you!



  10. #20
    Join Date
    Sep 2009
    Posts
    254
    Plugin Contributions
    0

    Default Re: Need spacing code help

    OK, I didn't want to bother you again, but this is just bothering me and I can't figure it out, I am almost there, but just can't get it completely. When you click on a category, you can see the images listed below the category links that were mentioned already. They are all set to align left and I would like them to be centered. I can't find the code for that.

    Can you help? (I would totally understand if you didn't want to, hehehe) But please!?!

 

 
Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Need help with the spacing of Item Listing
    By comicmegastore in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 Jun 2010, 08:50 AM
  2. Help, i need help finding this bit of code
    By dbj-media in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 9 Apr 2009, 01:33 AM
  3. Help need to set up per zip code shipping module with 5 zip code areas flat fee
    By cshart in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 11 Feb 2009, 06:31 AM
  4. Need help to decrease spacing in new listing page
    By jeffmic in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 2 May 2007, 07:43 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