Replies: 0
I have two issues: bullet alignment and scrolling to anchor tags in Twenty Sixteen in IE11. Everything works fine in Chrome, Firefox and phone browser.
Bullet alignment
Bullets are aligned outside the left margin of content in IE. The problem seems to be *margin: 0;* at line 2881 in the theme css. If I delete this in the parent theme css, the bullet lists align correctly with the rest of the content. But I can’t seem to do anything in the child theme css that overrides that code. Other customising css in WP working as anticipated.
Scrolling to anchor tags
Code snippet:
<h2 id=”GP”>GPs</h2>
<h3>The role of GPs in opioid dependence</h3>
Clicking the link in the first li element results in the h3 element at the top of the screen. I want to be able to see the h2 element. This works perfectly in Chrome, Firefox and phone browser. Only a problem in IE11 (that i know of).
Appreciate any assistance anyone can offer.
Terry