• Resolved fetchblog

    (@fetchblog)


    https://ridgleawest.com/

    I am using Mozilla right now and the logo is showing up behind the top of the content instead of above it. All I did was disable the banner rotator that was below the logo. Any help would be greatly appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • newsdevice

    (@newsdevice)

    – backup your theme CSS first….

    Change from:

    div.art-logo {
    display: block;
    position: absolute;
    left: 17%;
    }

    To:

    div.art-logo {
    margin: 0 auto;
    height: 159px;
    width: 1000px;
    }
    Thread Starter fetchblog

    (@fetchblog)

    Thank you very much, I appreciate it

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo Showing up behind content not above’ is closed to new replies.