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

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -