Minimatica IE issues
-
Hey,
I have been working with the Minimatica theme over the last month or so developing a website for a local church. The theme is awesome and they love it, but in developing the different elements within the site, I moved the nav bar to the top of the page, just under the header section (it didn’t like it when I put it inside the header).
</header><!– #header –>
<nav id=”access” role=”navigation”>
<?php wp_nav_menu( array( ‘theme_location’ => ‘primary_nav’, ‘container_id’ => ‘primary-nav’, ‘container_class’ => ‘nav’, ‘fallback_cb’ => ‘minimatica_nav_menu’ ) ); ?>
</nav>This is fine and it works perfectly in all browsers, except IE. It’s all unaligned.
But the nav bar isn’t the only thing that’s not aligned now.IE has been the pain in my backside for this project and I have tried everything to try and align the nav bar, background and page content – but I still can’t get it to work.
I am not a very experienced coder and as a result, there may well be a really simple solution or that I have just made a number of stupid mistakes.
But please, someone, explain how I can fix these IE alignment issues without messing up all the other browsers, that currently work fine.I read somewhere that you can add specific commands to IE using CSS, if there is no other way, could someone explain how I implement this as simply as possible.
The website, is https://www.stlukesonline.co.uk
Help! Thanks ??
- The topic ‘Minimatica IE issues’ is closed to new replies.