Made it responsive ??
Basically I did something like this:
#post-maker-container{
position: relative;
float: left;
/* was max-width: 690px; */
padding-bottom: 40px;
/* min-width: 630px; */
width: 100%;
height: 100%;
}
Then tweeted two other details:
.categories-selector, .tags-selector{
/* was width: 200px; */
width: 100%;
float: left;
background: white !important;
border-radius: 4px !important;
box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
font-weight: bold;
font-size: 12px;
padding-left: 3px;
height: 23px;
padding-top: 5px;
margin-top: 4px;
line-height: 18px;
}
And
.picker, .picker-t{
width: 200px;
height: 35px;
/* was background: url(../images/right-row.png) -13px 35px; */
position: absolute;
z-index: 11;
left: 0px;
top: 20px;
cursor:pointer;
}