sbraia
Member
Posted 7 months ago #
Hi everyone,
the problem is that the first row is composed by 2 boxes and the others are composed by three boxes. It should be 3 boxes on the same row.
This is how it looks: http://i56.tinypic.com/316anvc.jpg
The css of the box is
.singlework {
width: 295px;
height: 180px;
margin-right: 10px;
margin-bottom: 8px;
float: left;
background-color: #999;
}
Where am I wrong?
Anyone can help me?
Thanks
A screenshot is of no use. What might help is a link to a page demonstrating the problem.
sbraia
Member
Posted 7 months ago #
I don't have an online version of the site yet.
But trust me, for this kind of problem I don't think it is useful to take a look at an online version.
Hotmale
Member
Posted 7 months ago #
trust me, you should listen to esmi!
d(>_<)b
It makes a huge difference when working out CSS related issues to see all the code. It might help to post your rendered page HTML and the CSS. There are instructions somewhere for what to do with large amounts of code.
Martin
Posting Code.
But even then, it's often impossible to troubleshoot a CSS issue without being able to see the CSS working in the context of the generated markup.
good luck from me too ;-)
btw:
this is a pure css question and should not be asked in a wordpress forum.
free tip:
check if the first box might be stuck on the container of the 'my work' title.
sbraia
Member
Posted 7 months ago #
Ok I'll do an online version as soon as possible
sbraia
Member
Posted 7 months ago #
Thank you alchymyth, that was the problem.. thank you!!