Abajo el código CSS que utilizo para dicho DIV.
Código:
Les agradezco cualquier ayuda de antemano. #containerebook1 { float:left; margin-bottom: 10px; width:100%; position:relative; right:50%; } #colebook2 { float: left; width: 46%; background-color: #f3f3f3; border: 1px dashed #ccc; position: relative; left: 56%; overflow: hidden; text-align:center !important; padding:10px 0 !important; } @media (max-width: 998px) { #containerebook1 {right:0 !important;} #colebook2 {width:100% !important; left:0% !important;} #colebook2 {margin-top: 20px !important;} }