• The center of my blog at https://zei.name will become overlapped by the right sidebar when I contract the browser. I would like the center to shrink or stop and not become overlapped. Any suggestions are appreciated.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The centre column does contract when the browser window is reduced. It’s the huge photo at the top of the home page that’s currently overlapping into the right sidebar.

    Thread Starter jszei

    (@jszei)

    You’re right, it is the picture in the center column that overlaps into the right sidebar. Is there anyway to stop that from happening (besides reducing the size of the picture ?? )

    You could try changing:

    td#right {
    background:#FFFFFF;
    border-left:1px dashed #CCCCCC;
    padding:10px;
    vertical-align:top;
    }

    to

    td#right {
    background:#FFFFFF;
    border-left:1px dashed #CCCCCC;
    padding:10px;
    position:relative;
    vertical-align:top;
    z-index:500;
    }

    in the theme’s style. That would force the photo to slide under the right sidebar on smaller screens.

    Thread Starter jszei

    (@jszei)

    That’s exactly what I was looking for, thanks heaps esmi!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘center overlapped by right sidebar’ is closed to new replies.