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

    Default Making Changes to product page

    I want to add a few <br> <br> to make my product page "breath" a bit.

    Can someone tell me which file to modify and I can take it from there!!

    - above previous/next
    - after previous/next
    - after manufacturer name
    - above "this product will be in stock" text

  2. #2
    Join Date
    Jan 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: Making Changes to product page

    Also.....

    "This product will be in stock....."

    I want to change the wording of this text.

    Please direct me to the correct file to modify.

  3. #3
    Join Date
    Jan 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: Making Changes to product page

    Anyone? What file do I put the extra <br><br> in???

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

    Default Re: Making Changes to product page

    "This product will be in stock....."
    I want to change the wording of this text.
    Use the developers tool kit
    https://www.zen-cart.com/tutorials/index.php?article=39
    https://www.zen-cart.com/tutorials/index.php?article=38
    What file do I put the extra <br><br> in???
    The above is html and this is not an html cart - it is php....
    It is also css driven so most things can be spaced in your stylesheet.css.....
    A link to your site would have generated better response
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Jan 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: Making Changes to product page

    Quote Originally Posted by kobra View Post
    Use the developers tool kit
    https://www.zen-cart.com/tutorials/index.php?article=39
    https://www.zen-cart.com/tutorials/index.php?article=38

    The above is html and this is not an html cart - it is php....
    It is also css driven so most things can be spaced in your stylesheet.css.....
    A link to your site would have generated better response
    Thank you for the reply. I used to the dev tool kit to make that one change. Still searching which file for the product page so I can add the extra spacing.

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Making Changes to product page

    While it is possible to change the spacing by adding <br /> tags in the code, that is a rather coarse method.

    You will get much finer control over the page appearance by editing your stylesheet
    (/includes/templates/your_template/css/stylesheet.css), and it will be easier to adjust.

    For example, find in your stylesheet
    Code:
    .navNextPrevList {
    display:inline;
    white-space:nowrap;
    padding:0 1em;
    list-style-type:none;
    position:relative;
    }
    and add below it
    Code:
    .navNextPrevWrapper {margin-bottom: 1.5em;}
    
    .navNextPrevCounter {margin-bottom: 1.5em;}
    Adjust to taste.

    Get Firefox and its Web Developer extension. This will help you to find the ids/classes to apply styling to, and let you test-edit your stylesheet and see the results instantly.

  7. #7
    Join Date
    Jan 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: Making Changes to product page

    Quote Originally Posted by gjh42 View Post
    While it is possible to change the spacing by adding <br /> tags in the code, that is a rather coarse method.

    You will get much finer control over the page appearance by editing your stylesheet
    (/includes/templates/your_template/css/stylesheet.css), and it will be easier to adjust.

    For example, find in your stylesheet
    Code:
    .navNextPrevList {
    display:inline;
    white-space:nowrap;
    padding:0 1em;
    list-style-type:none;
    position:relative;
    }
    and add below it
    Code:
    .navNextPrevWrapper {margin-bottom: 1.5em;}
    
    .navNextPrevCounter {margin-bottom: 1.5em;}
    Adjust to taste.

    Get Firefox and its Web Developer extension. This will help you to find the ids/classes to apply styling to, and let you test-edit your stylesheet and see the results instantly.
    Thank you for the detailed reply!

    I added that and it worked.

    Now I am trying to find out where I add similar code to increase the spacing also shown in my diagram (between manufacture, write review, other text).

  8. #8
    Join Date
    Jan 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: Making Changes to product page

    Found it:

    margin-bottom:10px;

  9. #9
    Join Date
    Jan 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: Making Changes to product page

    Just want to add some spacing after:

    "this product will be in stock..."

    Cant figure out that one yet...

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

    Default Re: Making Changes to product page

    Just want to add some spacing after:

    "this product will be in stock..."
    Provide a link to this page
    Zen-Venom Get Bitten

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v139h Making Changes to Main Page Tags
    By traytray in forum General Questions
    Replies: 1
    Last Post: 3 Nov 2013, 06:54 PM
  2. Making changes to my site
    By jenesaisquoi in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 2 Mar 2011, 11:44 PM
  3. Preview while making changes
    By campnfun in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 25 Mar 2010, 05:25 PM
  4. problem making changes
    By waznu in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 23 Feb 2007, 06:42 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR