Link to home
Start Free TrialLog in
Avatar of Larry Vollmer
Larry Vollmer

asked on

CSS Problem

http://tinyurl.com/4g5x8tm

I have this page. It is not picking up the style for
.entrytext-vision, {
      text-align:left;
      width:380px;
      padding-top:20px;
      font-size:9.7pt;
      z-index:50;
      font-family:GmtLight, Arial;
      height:470px;
      margin-left:560px;
}

everything is centered and the font size is wrong, etc. Any idea why this is happening?
Avatar of JF0
JF0
Flag of United States of America image

In your CSS file you have:

.entrytext-vision, {

try to change it to

.entrytext-vision {
ASKER CERTIFIED SOLUTION
Avatar of JF0
JF0
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
It looks like you have implemented the change and it works. Please accept the answers if this is satisfactory. Thank you.
Avatar of Larry Vollmer
Larry Vollmer

ASKER

sorry about that!