I am trying to figure out how to make a background image fill the width of the home tab, be responsive to different screen size, and have no padding/margins on the top or sides of the image. There can be padding/margins below it where there will be text added.
Setting the image style to 0 padding or margin doesn't work because '-container-fluid' overrides it (I think). And if I set the '-container-fluid' padding, it changes all of the tabs in the app. It seems that the '-container-fluid' gets automatically added everywhere in the tab, even without being nested in a fluidPage. Please see below for a small reproducible example. Any help would be greatly appreciated!
Hey, this works except that this changes the padding for the other tabs as well. The Test tab is now affected. I am trying to only change the padding for this image on the home tab, nothing else.