Tagged Questions
0
votes
2answers
41 views
Full width footer issue
At the moment a site I am working on (4beaufort.co.uk) has a footer (#page-bottom) with the css properties:
#page-bottom {
width:100%;
margin-top:3%;
margin-left:0%;
margin-right:0%;
...
0
votes
1answer
67 views
Why do I have extra white space on the left side of my page below the logo?
I'm trying to figure out how to stretch the border of a div containing a three-column layout across the page. It stretches to the right correctly, but is not correct on the left side. Can anyone shoot ...
0
votes
0answers
53 views
Flexbox animation and fixed widths
Working on a flexible grid which has click/touch/tap/-able sections. Each section will have a control of some sort within.
Flexbox came to the answer allowing for reponsive widths and such like. ...