Results 1 to 6 of 6
  1. #1
    Join Date
    Jul 2012
    Posts
    16
    Plugin Contributions
    0

    Default Adjusting Text on the Product List

    Hi guys,

    Sorry if this seems simple.

    On my page linked here:

    http://banzaivapors.com/shop/index.p...=index&cPath=1

    I'm attempting to format my h3 text so that it sits closer to the top of the table with just a bit of padding. I'd also like to center the image in the div and tweak the description; intuitively I want to work with the CSS but any changes I make seem to alter much of the format. If anyone could guide me in the right direction I'd REALLY appreciate it. Thanks!

  2. #2
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Adjusting Text on the Product List

    Maybe change baseline to top

    table, tr, th, td, tbody, tfoot, thead {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    }

    Get yourself firefox and firebug and/or webdeveloper extensions, so you can inspect the elements.

  3. #3
    Join Date
    Jul 2012
    Posts
    16
    Plugin Contributions
    0

    Default Re: Adjusting Text on the Product List

    Thank you for your reply; yeah I'm using both the styles editor and inspect tool from Firefox to mod my website. I think my problem is working with tables. I'm much more familiar with DIVs and don't know how to really configure or change table cell sizes or the existing DIVs inside the product list page.

    Unfortunately the above suggestion didn't work. Using the inspect tool, all I would really like to do is pull the h3.itemTitle section further up td.productListing-data cell and have the description follow suit underneath.

    As for the image titled img.listingProductImage, I'd like to center that in it's cell; I should be able to do that by either cutting the outside Div to the image's size or pushing the image further down in it's existing Div. What am I not considering or doing? I appreciate the help. Thanks again!

  4. #4
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: Adjusting Text on the Product List

    I tried that in firebug, and it works; I just tried it again, and it works.
    And I still see that on your stylesheet (line 27)
    vertical-align: baseline;

    I don't want to doubt about you having it done, but it sure doesn't look so on your site.

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

    Default Re: Adjusting Text on the Product List

    stylesheet.css (line 27)

    table, tr, th, td, tbody, tfoot, thead {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    }

    Change baseline to middle or top and see what happens:) If it doesn't work for you, maybe you have a cache issue or are not getting the edit to apply...

  6. #6
    Join Date
    Jul 2012
    Posts
    16
    Plugin Contributions
    0

    Default Re: Adjusting Text on the Product List

    You guys are 100% correct. Sorry, I misunderstood your original post but this fixed the problem. Keneso, gjh42, you both are AWESOME! Thanks again!

 

 

Similar Threads

  1. v151 short description addon duplicting text on the product list page
    By hi-point in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 26 Oct 2014, 11:18 PM
  2. Problem adjusting the price colum width on Product Listing
    By CabernetCat in forum Customization from the Admin
    Replies: 1
    Last Post: 30 Dec 2011, 07:52 AM
  3. How do you disable Description Text in the product list view?
    By limelites in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Feb 2009, 05:53 PM
  4. Adjusting the Category Product Listing
    By Qwert302 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 May 2008, 04:53 AM
  5. Adjusting the text under attribute images?
    By ArtsygalDotNet in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Mar 2008, 12:04 AM

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