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…

#54230
ikthius
Member

I am not sure I know what your asking….

do you mean at the bottom there is 2 divs, one that has an image "hold on to me" and the other div is below that?
do you mean you want to change it so that they are next to each other?

plus, giving us a link helps as well, we can then see the code, and the images and we can try and see the problem, having the code but not the images does not help us help you.

I will look over the code and hopefully see something

EDIT: if you want your honour & feature div blocks to be the same, as in size, width, text colour, size, font-family, etc, then I would only have one class and use it for both blocks.

but I changed these two code snippets…. based on what I think was your problem:

Code:
.featured {
text-align: justify;
float:left;
width: 40%;
margin-top: 100px;
position: relative;
border: 0px solid #000;
}

.honour {
display: inline;
float: left;
text-align: justify;
width: 50%;
margin-top: 100px;
padding-left:50px;
position: relative;
border: 0px solid #000;
}