My Theme’s Navigation menu width is reduced to 50%
I was able to isolate the issue…
Within the “ap.css” file on LINE 1 there is the following code:
/*start bootstrap styles */
* {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
====================
When I delete this line the Theme’s Navigation is normal.
BUT…
Then it makes the WP sidebar widget fall below the Questions box.
====================
Please help.