Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20
  1. #11
    Join Date
    Jan 2011
    Location
    Newark, DE
    Posts
    69
    Plugin Contributions
    0

    Default Re: Layout & Margins

    Thank you very much!
    Annette
    www.annetteslingerie.com

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

    Default Re: Layout & Margins

    np, glad I could help!

  3. #13
    Join Date
    Apr 2011
    Posts
    39
    Plugin Contributions
    0

    Default Re: Layout & Margins

    I am new to all this. I am using AllBusiness template.

    My web page.
    http://www.chefscircle.com.au/cart/i...&products_id=1


    I've moved the Product attribute from the left to the right with manipulating stylesheet.css.

    #cartAdd {text-align: center;margin: 1em;border: 0px solid #000;padding: 1em;float:right;font-size:2.0em;}
    #product-divider {border-bottom:1px dashed #ccc;}
    .navNextPrevWrapper {text-align:center;}
    .navNextPrevCounter {text-align:center;}
    #productDescription {color:#888787;}
    #productName {color:#68cbe2;font-weight:normal;font-size:2.0em;}
    #productDetailsList {color:#888787;margin-top:10px;margin-bottom:10px;}
    #productAttributes {margin:0% 0% 0% 67%; font-size:2.0em;}
    #attribsOptionsText {font-weight:normal;color:#888787;}
    .optionName {color:#68cbe2;margin-top:0px;}
    #alsoPurchased {margin-top:20px;}
    For the words "Please choose", I like that to be on a single line. Any idea how I do that?

    Secondly, there's fair bit of white space between Size and Qty. How do i reduce it?

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

    Default Re: Layout & Margins

    Quote Originally Posted by jadedev View Post
    For the words "Please choose", I like that to be on a single line. Any idea how I do that?
    in your stylesheet,

    find:
    Code:
    #attribsOptionsText {font-weight:normal;color:#888787;}
    change to:
    Code:
    #attribsOptionsText {font-weight:normal;color:#888787;width:200px !important;}
    Quote Originally Posted by jadedev View Post
    Secondly, there's fair bit of white space between Size and Qty. How do i reduce it?
    You have 2 < br/>after the attributes, remove from your file /includes/templates/CUSTOM_TEMPLATE/templates/tpl_product_info_display.php file

    Hope this helps!

  5. #15
    Join Date
    Apr 2011
    Posts
    39
    Plugin Contributions
    0

    Default Re: Layout & Margins

    Thanks heaps, I've widen the text field and now it displays properly.

    I tried looking for the <br/> but didn't have any luck. That's not too important.

    I am more concerned that "Size" doesn't bottom align with the drop down box. is it possible to align it?

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

    Default Re: Layout & Margins

    Look like you found those 2 <br /> so you can change:
    in your stylesheet find:

    Code:
    #cartAdd {text-align: center;margin:1.0em;border: 0px solid #000;padding: 1em;float:right;font-size:2.0em;}
    change to:
    Code:
    #cartAdd {text-align: center;margin:0em 1.0em 0em 0em;border: 0px  solid #000;padding: 1em;float:right;font-size:2.0em;}
    then to vertical align attrib name find:
    Code:
    LABEL, h4.optionName {line-height: 1.5em;padding: 0.2em;}
    change to:
    Code:
    LABEL {line-height: 1.5em;padding: 0.2em;}
    Hope this helps!

  7. #17
    Join Date
    Apr 2011
    Posts
    39
    Plugin Contributions
    0

    Default Re: Layout & Margins

    It worked, yipee. Many thanks mate.

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

    Default Re: Layout & Margins

    np, glad I could help!

  9. #19
    Join Date
    Apr 2011
    Posts
    39
    Plugin Contributions
    0

    Default Re: Layout & Margins

    This one really confused me. I can't seemed to find the php template and therefore not too sure which attribute to tweak in the .css file


    I want to move the words "best jacket ever" to under the price and align with the price.

    Then "more info" below everything and left aligh with price.

    http://www.chefscircle.com.au/cart/i...e=products_all

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

    Default Re: Layout & Margins

    You can change the layout of your all products listing page by going to:

    ADMIN > CONFIGURATION >ALL LISTING

    and change the value to re-arrange.

    Hope this helps!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Margins & elements treated different in IE than FF?
    By mcarbone in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 Dec 2009, 01:02 AM
  2. How/Where do I edit the ezpages sidebox layout/colour/margins... etc?
    By chudley in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 15 Oct 2009, 05:06 PM
  3. different layout in IE & FirFox
    By roooot in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Jun 2009, 05:18 PM
  4. Margins, Layout, Product Attributes, NIGHTMARE!
    By limelites in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 1 Feb 2009, 07:29 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