Results 1 to 10 of 10
  1. #1
    Join Date
    May 2008
    Posts
    87
    Plugin Contributions
    0

    Default Help Category Product Display

    Hello,
    I think I must have overwritten some files because my display is not as i think i was supposed to be.

    Please help me get this aligned on my display
    The first image is the present display and the 2nd one is how i want it to be.
    Thank you so much
    avf
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	12.jpg 
Views:	143 
Size:	14.4 KB 
ID:	4658   Click image for larger version. 

Name:	123.jpg 
Views:	146 
Size:	17.4 KB 
ID:	4659  

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

    Default Re: Help Category Product Display

    The first image is the standard layout of a plain vanilla installation.

    You can style the product listing by adding to your stylesheet
    Code:
    /* space & border between listing items */
    .productListing-odd td, .productListing-even td {
    	text-align: left;
    	vertical-align: top;
    	padding:0.5em;
    	margin-bottom: 1em;
    	border-bottom: 3px double #aaccbb;
    	}
    Adjust to taste.
    If you only want the description (and title?) left-justified, you can use this:

    h3.itemTitle, .listingDescription {text-align:left;}

  3. #3
    Join Date
    May 2008
    Posts
    87
    Plugin Contributions
    0

    Default Re: Help Category Product Display

    thanks for that. which and where is the css file ?

  4. #4
    Join Date
    May 2008
    Posts
    87
    Plugin Contributions
    0

    Default Re: Help Category Product Display

    great works for me
    thanks for the support
    avf

  5. #5
    Join Date
    Aug 2008
    Posts
    96
    Plugin Contributions
    0

    Default Re: Help Category Product Display

    Anyone on this thread that knows how to make subcategories in centercolumn to show horizontally?
    I tried alot allready and starting to give up
    Last edited by procella; 8 Oct 2008 at 07:31 AM. Reason: I need subscription and always forgetting that. could be default!

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

    Default Re: Help Category Product Display

    Admin > Configuration > Maximum Values > Categories To List Per Row should do it. If it doesn't, post a link to your site - your template could be set up to disable this.

  7. #7
    Join Date
    Aug 2008
    Posts
    96
    Plugin Contributions
    0

    Default Re: Help Category Product Display

    Thanks in advance

    I have put Categories To List Per Row ->3 and tried also with two
    Also tried the width of both page and image

    Here is a link directly to a page with 3 categories
    http://garudakauppa.fi/nettikauppa/i...=index&cPath=2

    it is in finnish though

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

    Default Re: Help Category Product Display

    First, you apparently removed the default float: left; that lets the subcats sit side by side. You also added horizontal padding and margins that make them take up more space than is available.
    This will fix it:
    Code:
    .categoryListBoxContents {
    	 text-align: center;
    	 padding: 0.5em 0;
         border-bottom: 1px solid #CCCCCC;
         margin: 1em 0;
    	 width:100%;
         float: left;
    	 }
    You don't need the width:100%; either.

  9. #9
    Join Date
    Jun 2008
    Posts
    71
    Plugin Contributions
    0

    Default Re: Help Category Product Display

    Hi there,
    how do i change the font size and color in the category description?
    Thanks!

  10. #10
    Join Date
    Aug 2008
    Posts
    96
    Plugin Contributions
    0

    Default Re: Help Category Product Display

    Quote Originally Posted by gjh42 View Post
    First, you apparently removed the default float: left; that lets the subcats sit side by side. You also added horizontal padding and margins that make them take up more space than is available.
    This will fix it:
    Code:
    .categoryListBoxContents {
    	 text-align: center;
    	 padding: 0.5em 0;
         border-bottom: 1px solid #CCCCCC;
         margin: 1em 0;
    	 width:100%;
         float: left;
    	 }
    You don't need the width:100%; either.
    Thanks it helped. Still a lot to fix..

    <<Hi there,
    how do i change the font size and color in the category description?
    Thanks>>

    Maybe changing in stylesheet.css
    .categoryListBoxContents {
    font-color: #ffffff;
    font-size:11px;
    }

    my example color is white
    Im not sure it will do it but you can try

 

 

Similar Threads

  1. v151 Display Category Description below category Title on the Product page
    By Alexander81 in forum General Questions
    Replies: 11
    Last Post: 13 Apr 2013, 12:13 AM
  2. Replies: 1
    Last Post: 24 Mar 2013, 11:04 AM
  3. How can I display the category descriptiong text on the product display info page?
    By HellMind in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 18 Sep 2009, 06:43 AM
  4. Display Category Description below category Title on the Product page
    By nigelt74 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 4 Sep 2009, 02:06 PM
  5. category display help
    By RobWUK in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Oct 2008, 01:40 PM

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