Thank you!
The border appears in Developer Tools. I also tried
div.grid-child.container-below-top {
padding:0px!important;
}
When using Developer Tools I noticed some other divs related to the image, so I tried the following three without success:
div.below-top.card.mybanner {
Padding 0px;
}
img.mybanner {
Padding 0px;
}
div.card-body {
Padding 0px;
}
Perhaps I should try to find the div in the actual css and change it there?
Or is there a global setting for controlling the padding of images?
The border appears in Developer Tools. I also tried
div.grid-child.container-below-top {
padding:0px!important;
}
When using Developer Tools I noticed some other divs related to the image, so I tried the following three without success:
div.below-top.card.mybanner {
Padding 0px;
}
img.mybanner {
Padding 0px;
}
div.card-body {
Padding 0px;
}
Perhaps I should try to find the div in the actual css and change it there?
Or is there a global setting for controlling the padding of images?
Statistics: Posted by Peace Freak — Mon Apr 15, 2024 2:30 pm