Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Rookie needing some css help, please! :) Reply To: Rookie needing some css help, please! :)

#146539
MBM
Participant

For the orange date sticker. On line 1675 in style(1).css :

Change :

text-align: center; color: rgb(255, 255, 255); display: block;

to :

text-align: center; color: rgb(255, 255, 255); display: block; height:20px;font-size:10px;

Then you’ll need to adjust the gap between the month and date.

On line 1687 in the same stylesheet change :

height: 29px; line-height: 1em; font-size: 24px; font-weight: bold;

to :

height: 29px; line-height: 0.2em; font-size: 24px; font-weight: bold;

When I made these changes it brought the comments box inline with the header so you shouldn’t need to make adjustments to that.

Best of luck with the website and God bless your son.