Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Product section - delete text and move

    Hi

    http://ampmgraphicsprint.com/shop/in...index&cPath=86

    I want to delete the text 'Product image' and 'Item name' - can I do this?

    I also want to move the text for the title and description down so it is more in the middle of the box instead of near the top. What is the css for this? I tried a few things but couldnt get it to move!

    Thanks

  2. #2
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Product section - delete text and move

    I have managed to sort this by adding

    .productListing-rowheading {display: none;}

    to the style sheet

    All gone now
    Just can't figure out how to move the heading and description down so it centres

    Does anyone know?

    I think I could add - .productListing-data to the style sheet telling it to do something but not sure what css to add??
    Last edited by pb4; 12 Dec 2007 at 03:08 PM.

  3. #3
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Product section - delete text and move

    Really can't work this out - Can anyone help?

    Thanks

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

    Default Re: Product section - delete text and move

    .productListing-data {vertical-align: center;}

    should do what you want.
    See if .productListing-data is used elsewhere in the stylesheet - grouping things in one place makes maintenance easier.

  5. #5
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Product section - delete text and move

    Yeah, I had tried that. Added it again but it hasn't sorted it

    Any other ideas?

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

    Default Re: Product section - delete text and move

    Oops - I hardly ever use that and forgot that it is not "center" but "middle".

    .productListing-data {vertical-align: middle;}

  7. #7
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Product section - delete text and move

    Yeah, that was what I originally tried...still doesn solve it

    strange...

  8. #8
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Product section - delete text and move

    Why not create another Declaration for "productListing-data"?

    Example

    .productListing-data {
    padding-top:10px;
    }

    I usually put custom CSS code at the bottom of the CSS file, easier to find.

  9. #9
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Product section - delete text and move

    Yeah, I did this too...but it means that the product image also goes down and I dont want the whole product box to be bigger.

    I then tried to add something in the css for
    .listingProductImage

    but nothing happened? I think I set it to verticle align top

    Really dont know what to do - just want less white space and for the text to be in the middle (vertically).

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

    Default Re: Product section - delete text and move

    I think .productListing-data has another styling (inline?) that outweighs the simple .productListing-data {vertical-align: middle;}.
    Testing on my site, this works:

    #productListing td {vertical-align: middle;}

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How to remove shopping cart text information and change delete bin image?
    By keemeng in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Jun 2011, 08:55 PM
  2. Product Listing - Trying to move text up. Please Help
    By milobloom in forum Basic Configuration
    Replies: 18
    Last Post: 25 Sep 2009, 08:09 AM
  3. Text Page In Category/product Section
    By Manderhez in forum Basic Configuration
    Replies: 1
    Last Post: 30 Mar 2007, 11:33 PM
  4. Move product description text
    By onisama in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Jul 2006, 04:36 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