Problems With DropDown Menu, Section Width, and Centering Objects on a Page
http://911contents.com/
I'm having some problems with my website, the current page I'm working on is specifically the one that link leads to (the home page). I ran it through the w3c validator and I'm getting no errors from the page.
The issues I'm running into right now is that on the mobile layout for the site, I have a button implemented that should make a dropdown menu appear upon clicking it, but for some reason nothing happens when I click it. The button appears on both phone and tablet layouts of the page.
Another issue I'm having is that I want to make the Pay Now button, and the Customer Reviews section on the page 100% in width, and I want them to be centered, but using
var default_width = "100%";
var outer_width = "100%";
in the javascript doesn't seem to work. Also, using <div style="text_align:center"></div> and <p style="text_align:center"></p> didn't seem to work when attempting to center those sections.
Does anyone here know a solution for this? Any and all help is appreciated!
