roberthq
Member
Posted 3 years ago #
Hello!
A very large space is showing up only in IE above my page title on every post and page I make. I'm thinking its a .css thing, but I can't seem to find anything out of place.
Anyone have any ideas?
website: hqprints.net/port
Its driving me nuts and any light you can shed would be helpful.
Thank you for reading and your consideration.
RRG
Hi
I think this is your problem - your ie.css stylesheet is assigning 100 px of top-margin to div Main, which is not assigned in Firefox. It looks like you do need some, but 100 is too much
/*--------------
Inherited from DIV#main
------------- */
/* Rule N°2 from http://www.hqprints.net/port/wp-content/themes/pixeled/ie.css */
#main {
MARGIN-TOP: 100px
}
roberthq
Member
Posted 2 years ago #
Thanks for the tip! I ended up having to mess around with all the numbers in the css till It was good on all browsers, great or perfect on others. After I was not happy with that I went back to the code in the main php's. I heavily modified the theme and after adding back some of the code I pulled from the php files, it also worked perfect cross browsers. I was a bit more careful of what I removed the second time around. And all worked out well.
Thank you for taking the time to have a look.
RRG