I have a top banner that I want to split into two separate sections representing two different inputs. To do this, I\'ve created a fluidRow and with two columns, one for eac
The white space is the padding of the column div. To remove that, use
div
column(width = 6, offset = 0, style='padding:0px;', ...)