Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2006
    Posts
    81
    Plugin Contributions
    0

    Default Spacing between Product Image and Price?

    Can anyone guide me the right way to tighten up the space before and after the price on the product display page?

    Also my product heading is too close to the image.

    I'm not too sure if it is the <br class="clearBoth" />
    Should I change that to <div class="clearBoth"></div> ?

    I did that with the attributes for the spacing, but am not sure if it is ok to do here.

    I have no padding on the .productPrice and the .productGeneral in the css.

    Thanks for any help!!

    Here is the Product Page

  2. #2
    Join Date
    Nov 2006
    Posts
    81
    Plugin Contributions
    0

    help question Re: Spacing between Product Image and Price?

    OK. I figured out the spacing problem. It was adding the css styles that came with the product_info_display_centered Contribution.


    I cant figure out the line on the page that says "Please upload photos BEFORE adding to cart:"

    How would I get that to be bold?
    not sure which style it is using.

    here is what is in the tpl_module_attributes.php:
    ?>
    <div id="productAttributes">
    <?php if ($zv_display_select_option > 0) { ?>
    <?php echo TEXT_PRODUCT_OPTIONS; ?>
    <?php } // show please select unless all are readonly ?>

    If div id is the name of a style (?) it does not exist.

    Here is what is in the product_info.php:
    define('TEXT_PRODUCT_OPTIONS', 'Please upload photos BEFORE adding to cart: ');

    Thanks for any help! I'm trying really hard to understand how this all works together.


  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Spacing between Product Image and Price?

    Find or if not present add this to your stylesheet.css file
    Code:
    .attributesComments {
    font-weight: bold;
    }

  4. #4
    Join Date
    Nov 2006
    Posts
    81
    Plugin Contributions
    0

    Default Re: Spacing between Product Image and Price?

    Thanks for replying.

    The text: "Please upload photos BEFORE adding to cart:"
    is not a attribute comment.

    I entered it into the file: pproduct_info.php line:
    define('TEXT_PRODUCT_OPTIONS', '<h3>UPLOAD your photos BEFORE Adding product to your cart:</h3>');

    For some reason this line has the style h3, but when I change the h3 size and color nothing happens/no changes.

    Here is the section of the product_info.php (maybe the h3 should not be there?)

    Code:
    define('TEXT_PRODUCT_NOT_FOUND', 'Sorry, the product was not found.');
    define('TEXT_CURRENT_REVIEWS', 'Current Reviews:');
    define('TEXT_MORE_INFORMATION', 'For more information, please visit this product\'s <a href="&#37;s" target="_blank">webpage</a>.');
    define('TEXT_DATE_ADDED', 'This product was added to our catalog on %s.');
    define('TEXT_DATE_AVAILABLE', 'This product will be in stock on %s.');
    define('TEXT_ALSO_PURCHASED_PRODUCTS', 'Customers who bought this product also purchased...');
    define('TEXT_PRODUCT_OPTIONS', '<h3>UPLOAD your photos BEFORE Adding product to your cart:</h3>');
    define('TEXT_PRODUCT_MANUFACTURER', 'Manufactured by: ');
    define('TEXT_PRODUCT_WEIGHT', 'Shipping Weight: ');
    define('TEXT_PRODUCT_QUANTITY', ' Units in Stock');
    define('TEXT_PRODUCT_MODEL', 'Model: ');
    Last edited by [email protected]; 28 Mar 2007 at 01:33 PM.

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Spacing between Product Image and Price?

    The text: "Please upload photos BEFORE adding to cart:"
    is not a attribute comment.
    I use several things(extentions) for Fire Fox and this is tagged as an "attribute comment" and whenb interactively setting this as outlined for the css it does convert to bold

  6. #6
    Join Date
    Nov 2006
    Posts
    81
    Plugin Contributions
    0

    Default Re: Spacing between Product Image and Price?

    Quote Originally Posted by kobra View Post
    I use several things(extentions) for Fire Fox and this is tagged as an "attribute comment" and whenb interactively setting this as outlined for the css it does convert to bold
    hmmmm. OK Thank you for looking at this. I appreciate it.

 

 

Similar Threads

  1. v152 spacing between image and link
    By ruks12 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Jul 2014, 12:09 PM
  2. adjust spacing on Column Layout Grid between product name and product price
    By cpoet in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Jul 2010, 07:03 AM
  3. Spacing between rows in product listing and advanced searches
    By gbensonii in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 May 2008, 05:15 PM
  4. Spacing Between Product Image + Product Title
    By discoduck in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 7 Jan 2008, 12:58 AM
  5. Spacing between breadcrumb and image on Main Page?
    By [email protected] in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 28 Mar 2007, 08:42 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