Results 1 to 10 of 13

Hybrid View

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

    Default Re: Can anyone tell me why this shows up this way?

    This is in tpl_product_info_display.php and then a bit of css
    Zen-Venom Get Bitten

  2. #2
    Join Date
    Feb 2007
    Location
    USA
    Posts
    221
    Plugin Contributions
    0

    Default Re: Can anyone tell me why this shows up this way?

    Quote Originally Posted by kobra View Post
    This is in tpl_product_info_display.php and then a bit of css
    Ok, i know nothing about css, so could someone please elaborate? i know it can't be that difficult for someone who is familiar with this stuff...

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

    Default Re: Can anyone tell me why this shows up this way?

    http://www.w3schools.com/

    Post a url for assistance as many of us will not even post if there is not a site to see live.
    pics only show the problem and do not lead to the solution
    Zen-Venom Get Bitten

  4. #4
    Join Date
    Feb 2007
    Location
    USA
    Posts
    221
    Plugin Contributions
    0

    Default Re: Can anyone tell me why this shows up this way?

    Quote Originally Posted by kobra View Post
    http://www.w3schools.com/

    Post a url for assistance as many of us will not even post if there is not a site to see live.
    pics only show the problem and do not lead to the solution

    Sorry about that, here is the link:
    http://www.rda-enterprises.com/catal...roducts_id=197

  5. #5
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Can anyone tell me why this shows up this way?

    Quote Originally Posted by humbll View Post
    Sorry about that, here is the link:
    http://www.rda-enterprises.com/catal...roducts_id=197
    Ok, to remove some of the spacing, without having to do any rearranging in the template, you can change ".wrapperAttribsOptions" in your stylesheet to this:

    .wrapperAttribsOptions {
    margin: 0;
    }

    Then change "#cartAdd" to this:

    #cartAdd {
    float: right;
    text-align: center;
    margin: 0;
    border: 1px solid #000000;
    padding: 1em;
    }

    Changing the "padding:1em;" to "padding:0" will remove even more space, however then you lose the padding for the cart box, however if you also remove the border:1px solid #000000; it would look fine.

  6. #6
    Join Date
    Feb 2007
    Location
    USA
    Posts
    221
    Plugin Contributions
    0

    Default Re: Can anyone tell me why this shows up this way?

    Quote Originally Posted by jettrue View Post
    Ok, to remove some of the spacing, without having to do any rearranging in the template, you can change ".wrapperAttribsOptions" in your stylesheet to this:

    .wrapperAttribsOptions {
    margin: 0;
    }

    Then change "#cartAdd" to this:

    #cartAdd {
    float: right;
    text-align: center;
    margin: 0;
    border: 1px solid #000000;
    padding: 1em;
    }

    Changing the "padding:1em;" to "padding:0" will remove even more space, however then you lose the padding for the cart box, however if you also remove the border:1px solid #000000; it would look fine.

    Ok I did all of that to /htdocs/catalog/includes/templates/RDA_zen/css/stylesheet.css
    and it had absolutely no effect whatsoever. Did i modify the wrong file?

  7. #7
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Can anyone tell me why this shows up this way?

    Quote Originally Posted by humbll View Post
    Ok I did all of that to /htdocs/catalog/includes/templates/RDA_zen/css/stylesheet.css
    and it had absolutely no effect whatsoever. Did i modify the wrong file?
    You have to actually REPLACE the #cartAdd and .wrapperAttribsOptions that are already there. Right now you have both the old and the new, so its using the old.

  8. #8
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Can anyone tell me why this shows up this way?

    Quote Originally Posted by humbll View Post
    Ok, i know nothing about css, so could someone please elaborate? i know it can't be that difficult for someone who is familiar with this stuff...
    Yep, I'd have to see the 'real' page to help.

 

 

Similar Threads

  1. Can anyone tell me if this is possible?
    By Newbie76 in forum General Questions
    Replies: 7
    Last Post: 19 Jan 2010, 08:18 PM
  2. Can anyone tell me Why my home page looks like this?
    By youshine in forum Templates, Stylesheets, Page Layout
    Replies: 16
    Last Post: 23 Jun 2009, 12:05 AM
  3. Can anyone tell me why this isnt showing up?
    By mikenandrea in forum General Questions
    Replies: 6
    Last Post: 10 Mar 2009, 06:49 PM
  4. can anyone tell me why my text is aligned like this?
    By oavs in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 3 Dec 2008, 11:16 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