• 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&#8217;);
    background-repeat:repeat-x;
    background-position: top;
    </style>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Which browser & browser version is the issue occurring in?

    Thread Starter mac2themax

    (@mac2themax)

    Happens in google chrome (Version 23.0.1271.97 m) I just logged out of the site in Firefox and noticed the background lines up fine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bacground Image not aligned with header’ is closed to new replies.