• Resolved daveszt

    (@daveszt)


    Hi Guys,

    Great plugin but i have a small issue. I’m guessing this is a CSS issue but im not sure which setting to change.

    We have a background running on the site at the moment which links fine on the sidebars but the header section is not clickable. Can you point me as to which part of the CSS i’d change to make the header clickable?

    http://www.heyuguys.co.uk is the site in question.

    Thanks.

    Dave

    http://wordpress.org/extend/plugins/background-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User 4048828

    (@anonymized-4048828)

    Hi Dave,

    There needs to be a slight change in the #wrap margin CSS, which is pushing the entire body element down. You can use the Custom Stylesheet option within the Image Set for this. The following worked:

    #wrap {
      top: 99px;
      margin: auto auto 10px !important;
    }
    Thread Starter daveszt

    (@daveszt)

    You’re my hero. Thanks so much Myatu and for such a fab plugin.

    Dave

    Anonymous User 4048828

    (@anonymized-4048828)

    Glad this solved it. And thank you for using the plugin!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header Background Linking’ is closed to new replies.