Page 3 of 3 FirstFirst 123
Results 21 to 29 of 29
  1. #21
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    670
    Plugin Contributions
    0

    Default Re: How to align Product Descriptopn box

    Quote Originally Posted by barco57 View Post
    would need an example product page URL where the table should be full width but is not after editing with CKeditor to be able to see the on-page code for the table.
    Here is a images before and after one is of the dev site the other is the live site that I did the change on
    Click image for larger version. 

Name:	530054735 Before edit.jpg 
Views:	5 
Size:	20.4 KB 
ID:	20965
    https://dev.outdoorking.com/chainsaw...7-35-530054735

    Click image for larger version. 

Name:	530054735 After edit.jpg 
Views:	5 
Size:	16.8 KB 
ID:	20966
    https://www.outdoorking.com.au/chain...7-35-530054735
    Last edited by Bruce1952; 12 May 2025 at 02:54 PM.

  2. #22
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,815
    Plugin Contributions
    0

    Default Re: How to align Product Descriptopn box

    I have to assume the screenshots are from you dev site which is why you are not giving me the url to the page
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  3. #23
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    670
    Plugin Contributions
    0

    Default Re: How to align Product Descriptopn box

    Quote Originally Posted by barco57 View Post
    I have to assume the screenshots are from you dev site which is why you are not giving me the url to the page
    This is the url for the live site showing that the description is not going the total width of the page.
    https://www.outdoorking.com.au/chain...7-35-530054735

    This is another product from the live site that shows the description field going the complete width of the page from the live site.

    https://www.outdoorking.com.au/brand...-blade-blr7535

    It would appear to be an issue is with the CKEDITOR 5 setting the boxes to the text size or amount going by the second link which shows the top box not going the complete width and the second box goes the complete width.

    I don't understand why this is happening and would like to know how to set the table properties so that both go the with of the page. Did not have this issue with CKEDITOR 4.

    I am presently adding products to the site at the rate of about 200 to 300 a week.
    Last edited by Bruce1952; 13 May 2025 at 01:48 AM.

  4. #24
    Join Date
    Jan 2015
    Posts
    495
    Plugin Contributions
    0

    Default Re: How to align Product Descriptopn box

    The reason the table is not expanding is because it needs a width.

    in your css must make the table with 100%;

    #productInfo-productDescription .table {width:100%}

    If your still having issue let me know but I am able to make it work on my end by just adding the table width.
    Attached Images Attached Images  
    Last edited by chadlly2003; 13 May 2025 at 07:48 PM.

  5. #25
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    670
    Plugin Contributions
    0

    Default Re: How to align Product Descriptopn box

    Quote Originally Posted by chadlly2003 View Post
    The reason the table is not expanding is because it needs a width.

    in your css must make the table with 100%;

    #productInfo-productDescription .table {width:100%}

    If your still having issue let me know but I am able to make it work on my end by just adding the table width.
    Which file name is that in the css.

    Sorry to be a pain but I don't understand code issues and it takes me some time to get around what I should be changing in regards to files etc.

    I really appreciate your help that you are giving me with the issues that I am having because I have reduced a lot of error logs coming up on the live site now.

  6. #26
    Join Date
    Jan 2015
    Posts
    495
    Plugin Contributions
    0

    Default Re: How to align Product Descriptopn box

    This should work

    File to edit
    path: /includes/templates/bootstrap/css/stylesheet_zczaupost.css

    paste this at the bottom of the page
    #productInfo-productDescription table {width:100%;}

  7. #27
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    670
    Plugin Contributions
    0

    Default Re: How to align Product Descriptopn box

    Quote Originally Posted by chadlly2003 View Post
    This should work

    File to edit
    path: /includes/templates/bootstrap/css/stylesheet_zczaupost.css

    paste this at the bottom of the page
    #productInfo-productDescription table {width:100%;}
    Thank you very much will try it on the dev site later today and get back to you.

    If I have two boxes in the same area will it apply to both?

  8. #28
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    670
    Plugin Contributions
    0

    Default Re: How to align Product Descriptopn box

    Quote Originally Posted by chadlly2003 View Post
    This should work

    File to edit
    path: /includes/templates/bootstrap/css/stylesheet_zczaupost.css

    paste this at the bottom of the page
    #productInfo-productDescription table {width:100%;}
    Just to let you know I tried it on the dev site and it works perfectly and I will add it to the live site later today.

    Both boxes are showing the full length of the page.

    Once again you have helped me with issues and it is greatly appreciated.

  9. #29
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    670
    Plugin Contributions
    0

    Default Re: How to align Product Descriptopn box

    Hi chadlly2003,

    I have just updated the live site with the files from the dev site and all is working correctly.

    Thank you again for your assistance which is greatly appreciate.

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. v151 How to align price and QTY box in product listing??
    By wacamatic in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Feb 2013, 04:35 PM
  2. How to align Product Description to Left?
    By nesum18 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 Dec 2012, 02:38 AM
  3. how to align the product title, price and add to cart box next to the product image?
    By evaky in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 5 Mar 2012, 03:31 AM
  4. How to align product images to left?
    By kevinmc3 in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 24 Nov 2009, 09:25 AM
  5. How to align text in side category box. Hard to read them.
    By jaylyns in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 13 Apr 2008, 11:33 PM

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