[Resolved] Border Space is missing after update

Home Forums Support [Resolved] Border Space is missing after update

Home Forums Support Border Space is missing after update

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #965328
    Sonja

    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.

    #965396
    Leo
    Staff
    Customer Support

    Hi there,

    What if add some content padding?
    https://docs.generatepress.com/article/content-padding/

    Let me know 🙂

    #965691
    Sonja

    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.

    #966119
    Leo
    Staff
    Customer Support

    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?

    #966150
    Sonja

    How do I set content padding just for these boxes?

    I don´t have made any changes. I just update some plugins and GP itself. And after that I noticed the problems.

    Before, it was just like David helped me in this thread: https://generatepress.com/forums/topic/blog-content-layout/

    #966334
    Sonja

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

    #966401
    Leo
    Staff
    Customer Support

    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;
    }
    #966574
    Sonja

    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;
    }
    #967089
    Leo
    Staff
    Customer Support

    I believe those are still needed.

    #979211
    Sonja

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

    #979308
    Leo
    Staff
    Customer Support
    #979329
    Sonja

    Thanks, that seems to work.

    #979336
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.