• hi there,

    how is it possible to center 2 or 1 blog posts with sydney_fp:lastest-news widget on the start page?

    thx and best,
    c–

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter charismeki

    (@charismeki)

    Me again, I tried a lot to achieve a centering of the divs for the latest posts when there are only one or two. Is that possible with css? I could not manage it. A hint would be great. Thx a lot, charismeki

    Thread Starter charismeki

    (@charismeki)

    no one?

    Hi,

    you can try to change it using css code, you can use custom css plugin to put the code below:

    .widget_sydney_latest_news {
        width: 80%;
        margin: auto;
    }
    .widget_sydney_latest_news .blog-post {
        width: 50%;
    }

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Centering when only 1 or 2 posts’ is closed to new replies.