Blog page - by teamecommerce - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 3 years, 10 months ago ago by Olga Barlow

  • Avatar: teamecommerce
    teamecommerce
    Participant
    July 7, 2020 at 15:28

    Hi,

    I started a blog section.

    Looking at your demo I found this: https://xstore.8theme.com/demos/furniture2/blog/

    I’ve tried, but that’s the way it is: https://berge.store/blog/

    how could I do that?

    Thank you

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 8, 2020 at 00:08

    Hello,

    Add the below code to Theme Options > Custom CSS

    .content article:nth-child(odd) .post-data, .et-blog .post-grid:nth-child(even):not(:first-of-type) .grid-post-body, .grid-post-body {
        margin-left: -170px;
    }
    .content article:nth-child(odd) .post-data, .content article:nth-child(even) .post-data, .grid-post-body, .et-blog .post-grid:nth-child(even):not(:first-of-type) .grid-post-body {
        padding: 50px 40px 40px 40px;
        background: #fff;
        z-index: 2;
    }
    .content article:nth-child(even) .post-data {
        margin-right: -170px;
        text-align: right;
    }
    @media (max-width: 768px){
        article .post-data * {
            text-align: center;
        }
        .content article:nth-child(odd) .post-data, .grid-post-body {
            padding: 20px;
            margin-left: 0;
        }
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

The issue related to '‘blog page’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.