Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Breadcrumb Nav 100%

    #productMainImage.centredContentback a img {
    margin:0auto;
    text-align:center;
    padding: 1em 0 0 0;}

    If this an exact copy of what you have, there are a couple of errors in it.

    #productMainImage.centeredContent.back a img { <--you need the exact spelling, and another dot for the .back class.
    (Actually, those classes are basically irrelevant to the rule - the id is generally sufficient.)
    margin:0 auto;
    text-align:center;
    padding: 1em 0 0 0;}

  2. #12
    Join Date
    Jan 2010
    Location
    Broome
    Posts
    325
    Plugin Contributions
    0

    Default Re: Breadcrumb Nav 100%

    Ok sorry have removed down for maintenance. Thanks
    [FONT="Verdana"]Amanda McInerney
    Kimberley Web Design[/FONT]

    http://www.kimberleywebdesign.com.au/

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

    Default Re: Breadcrumb Nav 100%

    The .back class applied to the main image makes it float left. To counter this, change your rule
    Code:
    #productMainImage.centredContentback a img {
    	margin:0auto;
    	text-align:center;
    	padding: 1em 0 0 0;}
    to
    Code:
    #productMainImage {
    	float: none;
    	margin:0 auto;
    	text-align:center;
    	padding: 1em 0 0 0;}

  4. #14
    Join Date
    Nov 2009
    Location
    UK
    Posts
    1,090
    Plugin Contributions
    0

    Default Re: Breadcrumb Nav 100%

    Quote Originally Posted by wotnow View Post

    Also is it possible to add products without an image .. so that the no picture available is not there either. I know you are thinking why would you want to but I have client who wants exactly that.

    Thanks again
    Easy -

    In your product description add this at the end..

    <style type="text/css">

    #productMainImage {display: none}

    </style>

    Now this will remove the pic for any individual product page you like. If you want to simply remove all product images, just put the above in your stylesheet.

    Obviously with adding these things to your product description you can can turn off anything you like for individual products - such as price - or add to cart button, anything. You can turn a product into an information page within a category.

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

    Default Re: Breadcrumb Nav 100%

    You might also try setting Configuration > Images > Image Required to false. This will let absent images silently be ignored.
    Set Product Image - No Image Status to 0.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v150 Option to show Category 0 in the breadcrumb nav bar?
    By mi16chap in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 16 Apr 2012, 08:34 PM
  2. Breadcrumb Nav Problem?
    By rjharris37 in forum General Questions
    Replies: 1
    Last Post: 11 Oct 2009, 07:07 PM
  3. Breadcrumb nav line showing up twice
    By littleturtlemama in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 12 Feb 2009, 07:25 PM
  4. Breadcrumb 'header' is not 100% width.. please help.
    By rcrosier in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 26 Dec 2006, 11:34 PM
  5. move breadcrumb trail into nav...
    By khopek in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 16 Sep 2006, 08:57 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