Regarding my iPhone's view of http://www.santafeattorneys.net.
Issue #1
Scroll to the bottom and see the disclaimer module. I'm having trouble with the responsiveness.
Here's the code I'm using to try to get that module to look right on both the computer and phone:
div#footer-1 {
background-color: #574f4b;
color: #ccc;
font-family: arial, sans-serif;
font-size: 10px;
width: 97%;
margin-left: 20px;
}
You can see that it's not working well. We would be fine if the disclaimer could land above the copyright information, in the same module, so that the brown background spread all the way left to right like it does there. Is that possible?
Issue #2
I typically hide your copyright module, but in this case, this automatically hides the bottom menu. Here's the code I use:
div#container_copyright {
display: none;
}
I do this because I like to use the joomla footer module instead. Can I somehow put the joomla footer module, AND the bottom menu (which will be a user menu) into the bottom area with the brown bg all the way across?