• 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: https://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

Viewing 8 replies - 1 through 8 (of 8 total)
  • A screenshot is of no use. What might help is a link to a page demonstrating the problem.

    Thread Starter sbraia

    (@sbraia)

    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.

    Good luck then. ??

    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.

    Thread Starter sbraia

    (@sbraia)

    Ok I’ll do an online version as soon as possible

    Thread Starter sbraia

    (@sbraia)

    Thank you alchymyth, that was the problem.. thank you!!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘First row different from others’ is closed to new replies.