• Resolved RobhJ

    (@robhj)


    I have some problems with the placement of the sidebar. As you can see here: https://exploding-art.nu/?page_id=54 it ends up below everuthing and is relative to the footer.
    When I try to fix this by moving up the sidebar to the middle div so it’ll become relative to that I get this: https://exploding-art.nu/ and that’s not what I want, that the sidebar is where the content is and the content is below.

    What can I do to get the sidebar where it should be (to the right of the vertical green/blue line)?

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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    on psd2css.css line 305
    change position relative to position absolute

    Then move this div and its containing elements
    <div id="Layer-29" class="sidebar wordpress editable">
    into this div
    <div class="Layer-1001 Frame Middle 1001 pngimg">

    Thread Starter RobhJ

    (@robhj)

    Thank you that helped! =)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar position problems’ is closed to new replies.