Page 1 of 3 123 LastLast
Results 1 to 10 of 23
  1. #1
    Join Date
    Oct 2006
    Posts
    13
    Plugin Contributions
    0

    Default Uniform Product writing

    How do I get the description of my products going down the page in a straight line rather than fitting around the photo....?
    Please take a look to see what I mean!

    http://www.acfurniturehire.co.uk.whi...products_id=48

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

    Default Re: Uniform Product writing

    Edit you stylesheet.css file and find this entry and pull it out into it's own entry lioke this:
    Code:
    #productDescription {
    width: 55%;
    float: right;
    }
    And instead of using the Classic template and making edits to it that you will lose when an upgrade is applied, create your own template and make edits to it.
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Sep 2006
    Posts
    9
    Plugin Contributions
    0

    Default Re: Uniform Product writing

    Quote Originally Posted by kobra View Post
    Edit you stylesheet.css file and find this entry and pull it out into it's own entry lioke this:
    Code:
    #productDescription {
    width: 55%;
    float: right;
    }
    And instead of using the Classic template and making edits to it that you will lose when an upgrade is applied, create your own template and make edits to it.

    another approach is to use clear:left instead of float:right, which will drop your text down below the image.

  4. #4

    Default Re: Uniform Product writing

    Quote Originally Posted by Pitrow View Post
    another approach is to use clear:left instead of float:right, which will drop your text down below the image.
    Thanks pitrow - that was exactly the code I was looking for!

  5. #5
    Join Date
    Jan 2011
    Posts
    69
    Plugin Contributions
    0

    css problem Re: Uniform Product writing

    Quote Originally Posted by kobra View Post
    Edit you stylesheet.css file and find this entry and pull it out into it's own entry lioke this:
    Code:
    #productDescription {
    width: 55%;
    float: right;
    }
    And instead of using the Classic template and making edits to it that you will lose when an upgrade is applied, create your own template and make edits to it.
    So, this worked genius for me - as long as there is no picture (there is the "No picture available" box). Once I add an image, the text gets pushed down and to the right. Changing image size didnt help. I played with %, left/right/center etc, no help. If I delete image it goes back to where I need it - directly to the right of the image box and straight down. With the image, down, even with bottom of image box and far right. I did raise the "Add to Cart box" but this doesn't seem to be a problem where there is an empty image box. Would greatly appreciate any help.

  6. #6
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Uniform Product writing

    We will probably need a URL to see the problem.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  7. #7
    Join Date
    Jan 2011
    Posts
    69
    Plugin Contributions
    0

    Default Re: Uniform Product writing

    That was a fast response!

    Sorry - here is the right way:
    http://glimmerdog.com/index.php?main...roducts_id=366


    Here is the altered way:
    http://glimmerdog.com/index.php?main...roducts_id=377

  8. #8
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Uniform Product writing

    Quote Originally Posted by zcadqliv View Post
    That was a fast response!

    Sorry - here is the right way:
    http://glimmerdog.com/index.php?main...roducts_id=366
    So you have it the way you want it?

  9. #9
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Uniform Product writing

    did you want the image centered on the page with the text below it?

    see my fantasies realm link in signature

    if so then try this

    includes/templates/your_template/templates/tpl_modoules_main_product_image.php

    find:

    <div id="productMainImage" class="centeredContent back">

    Replace with:

    <div id="productMainImage" class="centeredContent">

  10. #10
    Join Date
    Jan 2011
    Posts
    69
    Plugin Contributions
    0

    Default Re: Uniform Product writing

    I want it to look exactly like this:
    http://glimmerdog.com/index.php?main...roducts_id=366

    -and it does, when the image box is empty. The problems is, when I upload a pic in Admin it shifts the text to another part of the page.

    Like this:http://glimmerdog.com/index.php?main...roducts_id=376

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Uniform Alignment of Add to Cart Button in Featured products
    By newbie456 in forum General Questions
    Replies: 0
    Last Post: 10 Aug 2011, 02:38 AM
  2. Writing in product description - Why html?
    By edealbase in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 30 Jun 2009, 05:28 PM
  3. Uniform listing display?
    By stride-r in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 9 Dec 2008, 01:28 AM
  4. problem in writing product review
    By rajeev83 in forum General Questions
    Replies: 0
    Last Post: 26 Nov 2006, 12:21 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