|
|
#1 |
|
Junior Member
Join Date: Apr 2008
Location: Puerto Rico
Posts: 22
Rep Power: 5 ![]() |
Hello:
Im trying to adjust the main category and sub-categories tables width from 100% to 50% for center it in a 3 columns layout but dont change. Do I need to change it in differents .tpl files? Do I need to include the Table class from the default css in the new css file? Please explain to learn... ![]() Thanks. |
|
|
|
|
|
#2 |
|
Member
Join Date: Mar 2007
Posts: 18
Rep Power: 10 ![]() |
Hello,
Open your style.css file and find: Code:
table.main {
border: 1px solid #000000;
background-color: #FFFFFF;
}
Code:
table.main {
border: 1px solid #000000;
background-color: #FFFFFF;
width: 50%;
margin-left: auto; margin-right: auto;
}
__________________
Regards, Mango v4.0.9 |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Apr 2008
Location: Puerto Rico
Posts: 22
Rep Power: 5 ![]() |
It works.. Thanks...
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Main Category search results - include subcategory listings | spaceboy | v3.1 Questions & Support | 0 | 12-10-2007 02:57 PM |
| Main Category Font Viewed in IE & FireFox | Scooter | v3.1 Questions & Support | 1 | 09-22-2006 09:58 AM |
| Removing browse category table from main page. | gabs | v3.0 Questions & Support | 1 | 06-24-2006 12:37 PM |
| 3.0.xx upgrading to 3.1... is this normal? | Mikael | v3.1 Questions & Support | 4 | 05-23-2006 04:36 PM |
| Main Table width? | PonyTrader | v3.0 Questions & Support | 2 | 04-19-2006 12:48 PM |