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 pxare of fixed size hence not responsive.

read more here


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -