The website that I made is good if I open with chrome, but, when I open it with firefox there is a space between the menu and the content. This is the website. Do you know how to fix it? This website is developed on WordPress. So I don’t know how to fix it.
Thanks..
Leave a Reply
You must be logged in to post a comment.
Its looks good in mozilla and chrome
or you can target only mozilla using
I think the problem is that Firefox is pushing the content down to make space for the images in the slider. Once the script kicks in and restyles the slider, Firefox is not automatically moving the content back up the page into its intended place.
Try setting:
I tried to fix it with firebug this code made it look good in Firefox:
Put
overflow: hidden;
in<div class="container">
and it will do the trick. This wont brake when watching it in Chrome.First of all add this property in your container class
And than reduce margin-bottom