• In the secion “featured articles without thumbs” where they line up 2×2 down the page, they are cutting off at different lengths.

    This means some of them are 2×2, others have a blank space.

    See this link:
    https://morningquickie.com/

    Does anyone know how we can set it to cut off at the same number of characters in each box so that all the boxes line up and are uniform?

Viewing 6 replies - 1 through 6 (of 6 total)
  • current CSS:

    .featured-no-post {
    background-color:#FFFFFF;
    border:1px solid #C6C6C6;
    float:left;
    margin-bottom:10px;
    margin-left:10px;
    min-height:300px;
    width:264px;
    }

    try increasing the min-height to something like 350px;

    Thread Starter am1am2

    (@am1am2)

    Thanks for that. I tried changing to to 350px, but the boxes are still not lined up.

    The number you gave is for min-height, but is there a number for maximum because that seems like it might work better at restricting how long the boxes are.

    Thank you.

    sure, though max-height won’t increase the size of the box, but just use max-height (oh and it may not work in all browsers).

    You could try height, and set overflow:auto as well.

    Thread Starter am1am2

    (@am1am2)

    I tried adding “max-height” but nothing changed; they are still all different lengths on the no thumbnail posts on the main page.

    Any other suggestions? Thank you.

    hmm try setting height and min-height to something like 375px

    I am having this same issue. Part of what is happening for me is the name of the categories can make the boxes run extra long, so I removed the post date and time and removed the display categories, but the names of the categories are still there and I can’t make the boxes line up. Did you ever find a solution to this?
    Any help would be appreciated. I just started word press about 2 weeks ago, learning curve is wicked.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘MyMag Featured Articles Without Thumbs – Help’ is closed to new replies.