• Right now my blog looks like this: https://blog.cavernproductions.com/

    And I noticed that when I try to resize my browser, the blog content shifts and my customized content in the sidebar doesn’t. Is there a way to edit my theme so that the blog content stays constant no matter how big the browser window is? Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You will probably have to dig deep into your css code to figure it out…So unless you know css, it’s going to be pretty tough..

    Agreed. Your CSS says:

    #sidebar{float:right; width:260px; padding-left:20px; overflow:hidden}

    #page-wrap{width:960px; min-height:100%; height:auto !important; height:100%; margin:0 auto -80px; padding-left:10px; padding-right:10px; text-align:left}

    .content{width:680px; float:left}
    —–
    Not sure what you mean by keeping the blog content “constant”.

    Your smallest width is 960 px, are you wanting smaller than that?

    Thread Starter djmaru

    (@djmaru)

    Just so the content isn’t shifting around depending on how big your browser window is. More like this: https://www.dreamsinaudio.com

    I do not know CSS. Hmmmmmmm. I’m doing this as a job for a friend too so I guess I might be SOL.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is there a way to change this?’ is closed to new replies.