html - bootstrap panel margin not 0 when it should be -


I have a simple bootstrap panel I I'm set on margin 0, but it seems that it is not 0 . See attached. The margin says "-", which means I believe 0. But when highlighted, I see a big block of orange. Is it telling me that the margin spreads to the right side of the screen? I want to put another panel in right-side-side, and keep it under this panel.

Enter here the image description

< div class = "post-text" itemprop = "text">

There is nothing wrong it is a block element

If you want something next to the div Display: Inline-Block; or float code> left or right (eg, float: left; ). Choose whatever meets your needs.


Comments

Popular posts from this blog

c++ - C/pp Sockets, recv()/send() works only under gdb -

GO: Serve static pages -

objective c - How to open front/back camera at the same time in iOS developing? -