KurtWagnerOne / wp-constructor

Automatically exported from code.google.com/p/wp-constructor
0 stars 0 forks source link

Help! Impossible to hide external table borders since last version update #170

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I modified css with "tr, td {   border-width:0 !important;}"
2. internal borders of the tables are hidden
3. external borders of the tables are not hidden

It was not the case with the previous version of Constructor I used. 

What version of the ... are you using?
1. Wordpress: 3.0.4
2. Constructor: 1.6.1
3. PHP:
4. Browser: any (IE, Firefox, Chrome)
5. OS:Windows

What URL of your blog(s)?
1. http://www.arbitrationacademy.org/

I tried the following modif of css:  

----
.hentry .entry { /* content */
    border:0;
}

---- or

tr, td {   border-width:0 !important;}

---- or

#container {    border:0 !important;}
# remove line

Original issue reported on code.google.com by benedict...@gmail.com on 7 Jul 2011 at 1:14

GoogleCodeExporter commented 8 years ago
Hi,
What border you want to hide?

Original comment by AntonShe...@gmail.com on 10 Jul 2011 at 6:40

GoogleCodeExporter commented 8 years ago
I'm having the same problem. Border width is set at 0. I tried...

tr, td {   border-width:0 !important;}

Internal borders are hidden. External borders are NOT hidden. Please help! 

Original comment by st...@sellanashvillehome.com on 17 Jan 2012 at 4:42

GoogleCodeExporter commented 8 years ago
table { border-width: 0 !important  }

Original comment by AntonShe...@gmail.com on 17 Jan 2012 at 4:45

GoogleCodeExporter commented 8 years ago
Yes! Thank you so much!

Original comment by st...@sellanashvillehome.com on 17 Jan 2012 at 4:49