Support » Theme: Suffusion » Graphic Stretching Along Sidebar!

  • cruzdesigns

    (@cruzdesigns)


    Ok. SO I recently Updated the Suffusion theme, and realized that MOST OF MY CUSTOMIZED GRAPHIC WORK IS GONE, and I cant seem to fix the problem!

    The webpage I’m referring to is http://www.glasseyepix.com If you look to the sidebar, there’s a Red Graphic behind it that is SUPPOSE TO STRETCH All the Way down, but is currently being blocked out in the content areas with black areas.

    Now I don’t know how to remove these and are in a crunch to get it done! PLEASE HELP!
    The Red Graphic which is linked here http://www.glasseyepix.com/wp-content/uploads/2013/03/longernewsidebarback-1.png

    Is suppose to be behind the content. And once again, not broken up. Wasn’t an issue until I updated the Theme.

    Please help!

    Thanks!

Viewing 1 replies (of 1 total)
  • Bob

    (@bobschecter)

    Either find and change this section to repeat, or add it to the custom includes.

    #sidebar.right, #sidebar-b.right, #sidebar-2.right, #sidebar-2-b.right, #wsidebar-top.right, #wsidebar-bottom.right {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url(“http://www.glasseyepix.com/wp-content/uploads/2013/03/longernewsidebarback-12.png”);
    background-origin: padding-box;
    background-position: 0 0;

      background-repeat: repeat;

    background-size: auto auto;
    float: right;
    }

    The image is only 1800 px long, so when the sidebar extends beyond, the image needs to repeat in the y direction.

Viewing 1 replies (of 1 total)
  • The topic ‘Graphic Stretching Along Sidebar!’ is closed to new replies.