just saw what you were trying to do.. try this css instead:
.container {
position: relative;
width: 100%; /*expand to width of container*/
height: 50px; /*change to whatever value you...
Type: Posts; User: glyakk
just saw what you were trying to do.. try this css instead:
.container {
position: relative;
width: 100%; /*expand to width of container*/
height: 50px; /*change to whatever value you...
I was not able to open your file but this code will produce what you want(provided I understand what you want)
CSS
.container {
position: relative;
width: 100%; /*change to whatever...