I posted a screen of it.
Found my error in the layout4_setup.css
.main-content h3 {clear:both; margin:-1.0em 0 0.5em 0; font-family:"trebuchet ms",arial,sans-serif; color:rgb(125,125,125); font-weight:normal; font-size:130%;}
Changed to
.main-content h3 {clear:both; margin:1.0em 0 0.5em 0; font-family:"trebuchet ms",arial,sans-serif; color:rgb(125,125,125); font-weight:normal; font-size:130%;}
Comments
Comment #1
Compactman commentedFound my error in the layout4_setup.css
Changed to
Comment #2
(not verified) commented