I've been struggling to achieve responsiveness on a webpage I'm working on, but despite trying different approaches including wrapping the table as suggested in another forum post, I still can't get it to work. Could someone please help me identify where I am going wrong with my code?
html{
height: 100%;
box-sizing: border-box;
overflow: hidden;
}
body{
background: url('PaulistaAV.png') no-repeat fixed;
}
a
{
color: #ffffff;
}
*, *:before, *:after {
box-sizing: inherit;
}
.menulateralitem {
padding-left: 15px;
text-align: left;
cursor: pointer;
color: white;
border-bottom: 2px solid #4a5d6e;..
... Detailed CSS and HTML content here... ...