Forums

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

Home Forums CSS can’t figure out how to code this… Re: can’t figure out how to code this…

#54145
Ramesh
Member

change your css to this

.featured {
text-align: justify;
width: 40%;
border: 0px solid #000;
float:left;
}

.honour {
float: left;
text-align: justify;
border: 0px solid #000;
}