Home › Forums › Support › Widget Support › Facebook Events › Facebook Events widget › Reply To: Facebook Events widget
#14311 |
Hello!
We were looking at it. Chrome changes the way percentage column width works, and it affects specially small blocks like yours.
We would need to make more tests until we provide a widget update.
Can you please try this CSS and tell us if it solves the problem in your site?
<style>
.picEventcol {
width: 77px!important;
}
.dateEventcol {
width: 44px!important;
}
</style>
If this code solves it, maybe we can add a new optional widget setting to allow users to set columns width in pixels.
Thank you!
NOTE: You can use custom CSS by either using Object -> Insert HTML or putting it in the tag by going to the Metadata tab of Page Properties (Page -> Page Properties)