I am working on a WordPress powered website that will have a matching phpMyDirectory. I have a CSS positioning issue that I’m hoping you can help me sort out.
If you open both of those in separate tabs and then click between them, you’ll see that the directory shows the logo, sidebar, and content area slightly lower than the main site.
I really don’t want to go through and make a separate stylesheet for the directory to make the needed adjustments, so I’m wondering why it’s happening and if there’s a single fix that would make them match. Do you see anything going on?
One one page you are using <div id=“title-area”> to display the logo, but on the other page you are using both <div id=“title-area”> and <img src> to display the logo.png. This, along with the added <p id=" "> areas are causing a shift in your layout.
With the difference in coding, the visual view and positioning will vary slightly. It is best to decide on one way to display your logo.png , and use it for all your pages.
Thank you so much for your reply. I don’t think that’s it, though. I removed the whole logo from the directory’s code and the shift still happens on the sidebar and content area… So confused!
I was able to mostly resolve the issue by adding a class to the #inner div that is special for the directory. IE isn’t perfect (is it ever??) but I can live with that.