Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Sep 2010
    Posts
    111
    Plugin Contributions
    0

    Default Could Somebody Take A Look- Layout Questions

    Hi there.. I- for the life of me- cannot figure out "where" to change something- or which file to look for!!

    This is the page I would like to have someone look at:
    http://kanikis.com/justforkeeps/inde...products_id=73

    And if you scroll all the way down- you'll see I added the attribute of a text option box. BUT- for the life of me- I can't get everything lined up- under add to cart..

    "Please Choose" is way off to the left- and the "corn hugger design choice" is kind of off from the actual text box.. AND... I guess- none of this is really lined up under add to cart- the way I'd like it...

    I'm "fairly" good at Css- with room for improvement needed- and when I opened it in firefox- and looked at the css of it- I still couldn't figure this little layout issue out....

    ANYBODY??? Please???

    Thanks bunches....

  2. #2
    Join Date
    Sep 2010
    Posts
    111
    Plugin Contributions
    0

    Default Re: Could Somebody Take A Look- Layout Questions

    Finding ways to float everything left- but it's still messy!! Anybody with "more" css experience that can help- I would forever be in debt... Still looking for answers- but thought someone might be on that could possibly figure this out a little faster than me...

    Thanks... :)

  3. #3
    Join Date
    Sep 2010
    Posts
    111
    Plugin Contributions
    0

    Default Re: Could Somebody Take A Look- Layout Questions

    Me again... I just keep screwing it up more.. The whole bit down by add to cart looks messy- and takes too much room... And another issue- is that the person can add the item to the cart- before they even enter their choice in the textbox. That is not good either...

    I'll just keep adding items to site- in hopes that someone here can help me straighten out the "ugly" ...

    Blessings!!!

  4. #4
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Could Somebody Take A Look- Layout Questions

    Quote Originally Posted by Kaniki View Post
    ... And another issue- is that the person can add the item to the cart- before they even enter their choice in the textbox. That is not good either...
    That needs to be changed in includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php

  5. #5
    Join Date
    Sep 2010
    Posts
    111
    Plugin Contributions
    0

    Default Re: Could Somebody Take A Look- Layout Questions

    Thank you!!

    Okay... Changed the addcart to left- instead of center.. That looks a bit better... There is still a lot of space around everything... not sure if the customer is going to realize that they have to enter in box- because for one- everything is so spaced out- and for two- it's WAY below the add to cart...

    I opened up the tpl_product_info_display.php- but where and how do I alter that??? I don't want to screw up the code by entering some wrong variable...

  6. #6
    Join Date
    Sep 2010
    Posts
    111
    Plugin Contributions
    0

    Default Re: Could Somebody Take A Look- Layout Questions

    Found a lot of help on a couple of other threads!! YAY!! Love you smart people... :) Here's a link to one for anyone who wishes to just remove the attribute product options- that say- "Please Choose"... As I personally didn't need that. My attribute is named as I need it to be!!

    http://www.zen-cart.com/forum/showth...+choose&page=2

    And here is a link to the forum thread that I found- that helped me move the attribute- text box for choice- up above the add to cart... Now everything looks much neater- and tighter... YAY...

    http://www.zen-cart.com/forum/showth...+please+choose

    And the rest- moving everything over to the left- was done in the css stylesheet!! That- I did make good use of firefox's web developer tools!! It's great for making sense of what is what- if it has a css style...

    I hope this helps everyone or anyone else looking too!!

    Thanks to everyone out there in the forum.. When people answer- we are all helped- by all the posts!! YAY!!!

  7. #7
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Could Somebody Take A Look- Layout Questions

    In your stylesheet.css around lines 374-378 find

    #cartAdd {
    border:0 solid #000000;
    float:left;
    padding:0;
    text-align:center;
    }

    change text-align:center;
    to text-align:left;

    This will cause the text "Add to Cart" to move in line with "Please Choose" etc, however it will leave the position of the button unchanged.

 

 

Similar Threads

  1. Somebody could you help me to test my zencart speed?
    By tomzhanghere in forum General Questions
    Replies: 9
    Last Post: 12 Nov 2008, 07:23 AM
  2. Can Somebody tell me why it look like this
    By Massilla in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 24 Mar 2008, 02:38 AM
  3. Can somebody help me to make this look more tight? already did alot.
    By analographi in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 Feb 2007, 07:59 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