Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Posts
    73
    Plugin Contributions
    0

    Default Minor Product Info Page adjustment

    As you can see on my current product info page, if the length of the test exceeds the size of the image, then the text shifts to the left side.

    I'd like it so that the text never shifts, and continues down the page along the same margin as it does at the top of the page when the image is present.

    A picture.

    Thanks!
    Headsonic.com.au - Headphones and Microphones for Australians

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

    Default Re: Minor Product Info Page adjustment

    In your template stylesheet search for these first and if present and/or ganged with others seperate them out and if not present add them. This should get you what you want but I could only check at one resolution
    Code:
    #productName {
            float: right;
            width: 70%;
            }
    
    #productPrices {
            float: right;
            width: 70%;
            }
    
    #productDescription {
            float:right;
            width: 70%;
            }
    
    #productDetailsList {
            float: right;
            width: 55%;
            }
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Nov 2006
    Posts
    73
    Plugin Contributions
    0

    Default Re: Minor Product Info Page adjustment

    It looks good at 1024 but any larger and it sticks to the right side of the page, which creates big white gaps between the text and product picture. I had to take the changes off. Sorry.
    Headsonic.com.au - Headphones and Microphones for Australians

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

    Default Re: Minor Product Info Page adjustment

    Anyone else have any ideas?
    Headsonic.com.au - Headphones and Microphones for Australians

  5. #5
    Join Date
    Nov 2006
    Posts
    73
    Plugin Contributions
    0

    Default Re: Minor Product Info Page adjustment

    Anybody? I've had no luck with flinging CSS about, so it looks like it might require a page layout change.
    Headsonic.com.au - Headphones and Microphones for Australians

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

    Default Re: Minor Product Info Page adjustment

    You can try finding seperating and or adding the following and you need to insure that your images are all matted to the same size for the look that you want or it will jump around if not - you currently have one that is 156px wide and another that is 227px wide - pick a width and matt them all the same width and adjust the values as required
    Code:
    #productName {
    width: 77%;
    float: right;
    }
    #productPrices {
    width: 77%;
    float: right;
    }
    #productDescription {
    width: 77%;
    float: right;
    }
    #productDetailsList {
    margin-left: 14em;
    }
    Zen-Venom Get Bitten

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

    Default Re: Minor Product Info Page adjustment

    Opps!!

    I had already posted this.....

    You can fix the site width to say 1000px and avoid the issue
    Zen-Venom Get Bitten

  8. #8
    Join Date
    Nov 2006
    Posts
    73
    Plugin Contributions
    0

    Default Re: Minor Product Info Page adjustment

    Quote Originally Posted by kobra View Post
    Opps!!

    I had already posted this.....

    You can fix the site width to say 1000px and avoid the issue
    Yeah, unfortunately that's not a long term option because it'll look ridiculous on modern widescreen monitors, and according to my site stats they're taking up an increasing portion of visitors. Thanks anyway.
    Headsonic.com.au - Headphones and Microphones for Australians

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

    Default Re: Minor Product Info Page adjustment

    Fixed width is a common method used so that all see the site as intended...

    With some of your shorter descriptions having this stretched from a single to a few lines will also look strange.
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. v151 Product info page blank but shows template no info
    By Pablo_escobar in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 17 Jan 2014, 11:17 PM
  2. Super Orders - Product Quantity adjustment
    By jorsara in forum Managing Customers and Orders
    Replies: 0
    Last Post: 16 Apr 2010, 04:13 PM
  3. Product Info Page: Moving Product Name Up On Product Info Page
    By khopek in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 19 Feb 2010, 08:01 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