• Resolved cccapling

    (@cccapling)


    I have specified to have 4 images (posts) per row, however, only 3 are showing up. Secondly, the text on the posts runs over the edge no matter how I code it with <p> or
    tags. Not sure if this is a padding issue with the posts. Any help you can provide is greatly appreciated. https://cheryle-caplinger.com/

Viewing 1 replies (of 1 total)
  • Hi,

    // it is used for include padding width in overall width of the div

    So add this in your CSS file

    .site-content.archive article{
    box-sizing:border-box;
    }

    And add padding in this css

    .article-helper .entry-title, .article-helper .entry-summary{
    padding-right:60px
    }

Viewing 1 replies (of 1 total)
  • The topic ‘posts per line and line breaks/padding’ is closed to new replies.