Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jose Luis SAYAGO

    (@iluminatus)

    Hi Jakub,

    That’s an styling issue. It seems you are using a custom stylesheet, post titles are too big for their wrappers so it breaks floating.

    Setting font size to 14px (or increasing wrapper size) should fix that, take a look at this screenshot: http://imgur.com/FpuuQWf, below is the CSS rule I used:

    .nlposts-block-title {
        font-size: 14px !important;
    }

    I hope this information helps.

    Best regards,
    José SAYAGO

    Thread Starter Jakub Orlowski

    (@jakub-orlowski)

    Thanks for anwser. I see image and everythig looks perfect. But in my blog nothig changed. Maybe there is some conflict with other CSS:

    .fullwidthlnk {
    display: block;
    width: 100%;

    height: 100%;
    top: 1px;
    left: 1px;
    position: absolute;
    z-index: 99;
    font-size: 0;
    }

    .archive article > a:first-child img {
    }

    .archive article { float: left; width: 100%; }
    .archive article img { float: left; width: 200px; height: auto; margin: 0 20px 0 0; }

    Plugin Author Jose Luis SAYAGO

    (@iluminatus)

    I checked your nlp-jakub.css file but couldn’t find the change I suggested. I have done this for you, please download this file: nlp-jakub.css and replace the one you have in divi_blog_child folder.

    Cheers,
    José SAYAGO

    Thread Starter Jakub Orlowski

    (@jakub-orlowski)

    Now it’s cool! 😀

    Thank you so much!

    Plugin Author Jose Luis SAYAGO

    (@iluminatus)

    I am glad it is working now.

    Have a nice day,
    José SAYAGO

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

The topic ‘Wrong display’ is closed to new replies.