Bacground Image not aligned with header
-
I just re-opened my site https://marti-belle.com and it was looking fine, but I now notice that the background image is not lining up with the header image. When Im logged in and view the site the wordpress bar at the top pushes the background and the header image downword and the end up matching up to each other.
Example(when im logged into the site): Example 1
Example(when im not logged into the site):Example 2
So what would I need to change in my coding to be able to get the backgrround to align with the header?
At the moment I have:
<STYLE>
body {margin:0px;
padding:0px;
background-color:#111113;
background-image:url(‘https://i50.tinypic.com/1ihd1h.png’);
background-repeat:repeat-x;
background-position: top;
</style>
- The topic ‘Bacground Image not aligned with header’ is closed to new replies.