My problem is that I am trying to create a responsive template. Now I'm just making a headline.
First I will post the code here for you to understand.
<div id="header_box">
<div class="box">
Content of box / Img
</div>
<div class="box">
Content of box / Img
</div>
<div class="box">
Content of box / Img
</div>
</div>
The header_box has a width of 100%, and the thinking field is 40%.
This means that since there are 3 “boxes”, it will be 120%, is there any way for the width of the “window” to automatically change by about 30%, and if I add another “box”, it is 20%, or something like that?
Thank.
source
share