• Resolved markmwdb

    (@markmwdb)


    I’m using the Dione WordPress theme and I have everything working as I want it to.

    However, at the moment, if my title line for a video exceeds one line, the homepage video gallery becomes very un-aligned.

    If you go to the homepage linked below, you will see how the video posters are supposed to be lined up (Iron Man 3 above Die Hard, Pain & Gain above Warm Bodies). The issue is with the Gangster Squad poster due to the long title for the Fast and Furious post.

    I messed about with the margin-bottom’s but couldn’t seem to find a fix.

    Any help would be greatly appreciated!

    See here:
    https://mustwatchdb.com/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I think the easiest way to fix that is to make each title area the same height — so the one liners would have more empty space below – which can be done by adding the height to this CSS:

    .boxtitle h2 {
        font-size: 14px;
        font-weight: normal;
        height: 40px;
        padding-top: 10px;
        text-align: center;
    }

    Thread Starter markmwdb

    (@markmwdb)

    Absolutely perfect! Thank you very much, really appreciate it!

    Thread Starter markmwdb

    (@markmwdb)

    Resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Dione Theme] Help with margins / alignment’ is closed to new replies.