CSS for Extra Product Fields

ThemeBurn SupportForumsOpenCart ThemesTechnopolis OpenCart ThemeCSS for Extra Product Fields

This topic has been marked as not resolved.

Hi

This module help me so much to customized my webstore.

I am using this to create Specification sheet rather than using attibute.
I am copy-paste specification table from my older webstore.
Table copied easily, but then I found the table cellpadding ( table cellpadding set to 4px) but not work.

How to make this table cellpading work? Which CSS I have to edit or customized?

Could be I cant describe it well, so I sent you 3 attached screenshots:
Screenshot of original table looks, where i copied the table from (Table CSS – copy.png)
After copy on to extra product fields will look like this, no cellpading ( Table CSS – pasted.png)
HTML of table copy-paste, showing cellpading=4px (Table CSS – html code)

Thanks
Joseph

  • This reply was modified 2740 days ago by  josephwsa.
  • This reply was modified 2740 days ago by  josephwsa. Reason: Try to upload 3 attachement files but failed
October 23, 2016 at 4:58 am #52392

I try to uload 3 attachement files but failed, so I upload it on this post

This is the second and third attachement,

  • This reply was modified 2740 days ago by  josephwsa.
October 23, 2016 at 5:05 am #52396

Hi,

Bootstrap eliminates cellpadding, but you can use Bootstrap table classes instead:

http://getbootstrap.com/css/#tables

BR,
ThemeBurn team

October 27, 2016 at 6:37 pm #52572

Hi

I have thousands of html table and its not easy to edit it one by one.

Can I use extra CSS to automatically replace my html table style? And how to do this?

But my html table not define any style yet.
My table define mostly like this below:

October 28, 2016 at 2:26 pm #52618

Hi,

Can you try to use this quick CSS patch:

.tb_system_product_field_1 td {
  padding: 5px 10px;
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

October 30, 2016 at 9:35 pm #52669
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.