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

    (@anonymized-4048828)

    Hi!

    The body-wrapper element isn’t required for your theme to work, and without it, background clicks should work again.

    Alternatively, you can add the following code to the Image Set’s Custom Stylesheet box:

    #body-wrapper {
      max-width: 980px;
      margin-left: auto;
      margin-right: auto;
    }
    Thread Starter efromdc

    (@efromdc)

    I added

    #body-wrapper {
      max-width: 980px;
      margin-left: auto;
      margin-right: auto;
    }

    in the css

    Didnt work. I still get the images but links not working…

    Anonymous User 4048828

    (@anonymized-4048828)

    Sorry, #body-wrapper is supposed to be .body-wrapper (a period instead of a hash/pound sign).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Background Manager Linking (Same issues as others)’ is closed to new replies.