Columns Item Width px Rounding
-
Hello!
I am working on adding a widget to a full-width widget area in the footer of a site (local dev). I am using 8 images in a row with 0 image spacing.
I noticed that the inline width (and) height seems to round to the nearest integer. This results in the widget not quite being full width and there’s a sliver of white space on the right side of the widget
For example, on my tests, the items round to 204px wide. For the entire widget to be full-width, they should each be 204.617px wide.
Is there any way to make it so the height and width aren’t rounded to the nearest integer?
I can use a single column layout and then force a full-width layout using flex-box but I’d really love it if the plugin just didn’t round the height and width.
Thanks!
- The topic ‘Columns Item Width px Rounding’ is closed to new replies.