Post element not centered in 1920 screen

Hello,

I have put the post element in the home page, and when I see it in a 1920 width screen, I see that the post information is not centered in its column. I need it centered in its column, please.

This is the case: http://congruentia.es.mialias.net/wp-content/uploads/2016/03/blog-element-issue-1920-screen.png

Thanks a lot in advance.

To enter in the web:
http://congruentia.es.mialias.net
user: congru203
pass: hq9tTxoW

Hey Fernando,

That should be possible with custom CSS, provided the module’s settings stay the same. Try adding a CSS Class on that module, e.g., fl-post-centered, then add the CSS snippet below.

.fl-post-centered .fl-post-grid {
  width: 250px !important;
}

Ben

Thats perfect! Thanks a lot.

Hi Fernando,

Happy to hear your issue has been resolved and thank you for informing us.

Thanks,
Danny