Scroll Box Responsive issue, CSS-Wordpress -
wondering if can me out bit. have scrolling text box on page in wordpress. site responsive. box way need except doesn't re size down rest of content on page.
does have fact fixed width? if how change shrinks down? thanks
<div style="border: 4px solid #ffff00; overflow: auto; height: 150px; width: 640px; color: white; background-color: #32cd32;"> <div style="text-align: left;"> <h1>add text</h1>
add text
</div> </div>
try giving dimensions of <div>
in %
instead of px
.
elements dimensions in px
are of fixed size hence not responsive.
read more here
Comments
Post a Comment