I wish to give more spacing between two infoBoxes in R shiny and increase the width of the box. The infoBoxes and box are both different. The width attribute does not quite seem to work. I shall add the script and snapshot for your reference.
/* Script for Info Box:
infoBox("New Orders", 10 * 2, icon = icon("credit-card"), width = 3),
infoBox("New Orders", 10 * 2, icon = icon("credit-card"), width = 3),
infoBox("New Orders", 10 * 2, icon = icon("credit-card"), width = 3)
/* Script for Box in R shiny:
box(title = "Throughput time",status = "primary",solidHeader = T,width =
150,height = 450, plotOutput("tput_log_plott"))
[![Value box][1]][1]