Forums
(@pete123)
9 years ago
Marked as solved.
I found it using trial and error method:
p img, .wp-caption { background: #eee; margin-bottom: 1.625em; max-width: 100%; /*96%->100%*/ padding: 2px; /*9px->2px*/ }
9 years, 1 month ago
I removed the whole primary menu section in the style.css (child theme) and it worked perfectly. I also put the code:
nav#site-navigation { display: none; }
in the beginning.
I did a search and it might be related to “bootstrap”. It is using term “collapsing” and mixing the code. Could I deactivate bootstrap somehow and is it used in the theme?
Me being a novice, where do you insert that code? I am having the same problem with a new theme.
Thanks a lot, I will try that.