Custom box width within Shiny

Hi all,

I am building a shiny app which is try to re-create some old reports I had, which I built from excel or data studio. To do this my desire is to use fluidrow and box within Shiny, but rather than have an integer width between 1 and 12 I'd like to be able to have a more custom width (eg 2.5), or an alternate way of achieving such custom widths.

Is this possible?!

Many thanks
Dylan

Without getting into custom HTML/CSS, you could try splitLayout. But most designers will probably tell you to try to stick to an integral grid layout if you can!

1 Like

Thanks jcheng. Will have a look into splitLayout!