Home › Forums › CSS › Help with divs? › Reply To: Help with divs?
OK–I have built a pen. It has lots of problems, but we can work together and sort them out. It’s at http://codepen.io/anon/pen/kuIBG. To make it easier to see the issues, I have set max-width down to 800px.
I don’t have your image full width. That’s the first thing to talk about. What you really want to do here is to have the image not be part of the page, but be part of the header. Then all the problems with it would go away. The challenge you have is to do this in WordPress, right?
The right way to do this is to create a local version of header.php and have it check for your page and display the file in that case. I’ve lost my Internet connection, but if you google things like “wordpress different header specific page” you can find instructions on how to do this.
Let me know how you’d like to move forward.