Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Mar 2009
    Posts
    435
    Plugin Contributions
    0

    Default change product description text layout

    Hi, I know how to move the description around by moving its block of code, but what I can't do is change the actual alignment. I want it to remain wrapped around the main product image as it is, but with the image on the right instead of the left, how can I do this?

    my site is; http://www.thegreatgiftshop.co.uk/ze...roducts_id=565

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: change product description text layout

    Quote Originally Posted by Sushigal View Post
    Hi, I know how to move the description around by moving its block of code, but what I can't do is change the actual alignment. I want it to remain wrapped around the main product image as it is, but with the image on the right instead of the left, how can I do this?

    my site is; http://www.thegreatgiftshop.co.uk/ze...roducts_id=565
    Su,
    There is a way to achieve this:

    1. includes/ templates/ classic/ css/ stylesheet.css
    2. find this: #productMainImage
    3. Notice you have clusters of other Div ID with this
    4. Separate it out by itself and add float:right;
    5. #productMainImage {margin:0 1em 1em 0; float:right;}

    Take time and notice the highlight red font above classic
    Read about the override system in the Tutorials/FAQ

    Nice site, clean and sleek... :)
    Last edited by haredo; 14 May 2010 at 02:28 PM.

  3. #3
    Join Date
    Mar 2009
    Posts
    435
    Plugin Contributions
    0

    Default Re: change product description text layout

    Fantastic! It worked. Thank you very much

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: change product description text layout

    Your Welcome...

  5. #5
    Join Date
    Mar 2009
    Posts
    435
    Plugin Contributions
    0

    Default Re: change product description text layout

    I've been waiting all day for a reply on this and no ones answered yet, maybe you could help? as you can see; http://www.thegreatgiftshop.co.uk/ze...roducts_id=565

    the attribute images are one on top of the other but I need them to be next to eachother on the same row. I have checked and attribute images per row is set to 5 for the particular option name so I dont know what else to to do now to achieve this.

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: change product description text layout

    Kobra has answered your original post, Look here:

  7. #7
    Join Date
    Mar 2009
    Posts
    435
    Plugin Contributions
    0

    Default Re: change product description text layout

    ah, yes thanks, making progress just need to sort layout of them now

  8. #8
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: change product description text layout

    Su,
    Edit the stylesheet.css

    Change this:
    .back {
    float:left;}

    To this:
    .back {
    }

  9. #9
    Join Date
    Mar 2009
    Posts
    435
    Plugin Contributions
    0

    Default Re: change product description text layout

    where abouts is that on the stylesheet im going mad trying to find it?!

  10. #10
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: change product description text layout

    Line 643

    there should be a edit button on the top of the program you use to edit the stylesheet.css

    1. click find: .back

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v139h How do I change width of text of product description?
    By axelnoah in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 14 Apr 2015, 04:56 AM
  2. Product description layout
    By hamid84 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 6 Mar 2011, 09:02 PM
  3. Product Description Layout Change
    By Hokey in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 9 Sep 2009, 09:10 PM
  4. Product Description Layout
    By soxophoneplayer in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Aug 2009, 07:40 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