Tagged: , , ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #795984

    Hello to all,

    I moved masonry blog element into full width column and last article look weird. Any idea how to fixed it?
    See the screenshot here please: http://www.working.services/scr.jpg
    It is clean installation with imported demo with PHP7.0

    Login credentials are provided in Private Content. It is just testing site, so feel free to do whatever you want :)

    Thanks.
    Milan

    #796132

    Hey Milan,

    May you provide me the blog link with this problem?

    Best regards,
    John Torvik

    #796141

    Hello John,
    Login credentials are provided in Private Content. It is just testing site, so feel free to do whatever you want :)

    M.

    #796352

    Hi,

    Thanks for the details, though they are not working. Could you check and verify please?

    Best regards,
    Rikard

    #796506

    Hello Rikard,
    I changed password. new login details are in private content.
    M.

    #797124

    Hello,
    Are there some news please? Is it really a bug and should I wait ’till next update?
    Waiting is not my favourite activity, but Enfold is the best, so no problem :)
    M.

    #797323

    Hi,

    Which are the page you are using the Mansory, can u show us>

    Best regards,
    Basilis

    #797743

    It is default demo.
    http://www.working.services/blog/blog-masonry/

    • This reply was modified 6 years, 11 months ago by Milan.
    #798289

    Hi Milan Lipowski,

    The width of the elements is calculated in Javascript, but that last element has a long link that pushes the width to be bigger. That’s why it breaks.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .post-47 .av-inner-masonry-content-pos-content { max-width: 242px; }
    
    .post-47 .av-inner-masonry-content-pos-content  .av-masonry-entry-content.entry-content {
      word-wrap: break-word;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #798415

    Ah yes, I see. Perhaps it would be good to report it to developers, so it can be fixed in next update. :)
    Thanks for css!

    Best wishes, Milan

    #798724

    Hi,

    Thanks for that, we’ll have a look if there is something we can change to avoid that in the future.

    Best regards,
    Rikard

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