Site logo

Archived topic

Border Space is missing after update

12 replies · Started by Marius on July 23, 2019

Viewing posts 1–13 of 13

Hello,

I have made Updates to Theme and Plugins and now, there is no space between titel, images, text, buttons and border in blog layout. What was going wrong and how can I get this space back?

Originnaly, It was like the Homepage Posts, where I use wp showpostpro.

Have you klicked on my site? The problem is not the text. Te problems are the blog archives. There were like on homepage, and now the süace left and right is gone.

I did check your site :)

Nothing in recent updates have changed in regards to space.

Have you tried my suggestions of adding some content padding? Does it not work?

Looks like it's currently set at 0 0 30px 0.

What happens if you set to evenly at 30px?

So, any solutions for this. Because at the moment it looks very ugly.

Try this CSS:

.archive.one-container:not(.page) .inside-article,
.blog.one-container:not(.page) .inside-article,
.search.one-container:not(.page) .inside-article {
    padding: 30px;
}

Thanks, this seems to work. I add this to css.

But what about the existing css? Do I have to delete some of this?

.generate-columns {
    padding-left: 1em;
}
.generate-columns .inside-article {
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    padding: 30px;
    margin-bottom: 1em;
}
.generate-columns .inside-article:hover {
    background-color: #fff;
}
.post-image-above-header .generate-columns .inside-article .post-image {
    margin-bottom: 1em;
}
.generate-columns .inside-article .entry-summary {
    margin-top: 1em;
}

I believe those are still needed.

On search result page, the problem is still there. Can you tell me, what to add, to solve this problem on those sites too?

Thanks, that seems to work.

No problem :)

This archived topic is closed to new replies.