Fixing the CSS Overide

diabolo

Community Advocate
Community Support
Messages
1,682
Reaction score
32
Points
48
1.jpg
this has the
Code:
.group .content table {width:620px;


}
enabled

and I need for it to be like this


2.jpg
 

Attachments

  • 1.jpg
    1.jpg
    486.7 KB · Views: 26
  • 2.jpg
    2.jpg
    520.4 KB · Views: 22

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Maybe add....

Code:
.group .content .jCalendar  table    {width:170px; }
 

diabolo

Community Advocate
Community Support
Messages
1,682
Reaction score
32
Points
48
thank you!

I actually used
Code:
.group .content table.jCalendar {
   width: 170px;
}

but you gave me the basis for it
 
Top