• hi,everyone.

    I added the line “<?php get_sidebar(); ?>” into post template and replace the line “<div id=”content” class=”widecolumn”>” as <div id=”content” class=”narrowcolumn”>,the sidebar works fine .but can not show the grey backgroud. why?

    I cannot figure it out. please help me.

    my blog link:
    https://www.webstudio.com.cn/blog/
    the index page works fine.
    when click the post title :
    https://www.webstudio.com.cn/blog/?p=50
    the sidebar can not show backgroud.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to edit your header.php file.

    You’ll see two lines of CSS both starting with
    #page
    There’s some PHP if statements that handle which one actually gets used. You need the line referencing kubrickbgwide.jpg to be used in order to get the sidebar background. Adjust the if statements to suit your needs (or, if all your pages have the sidebar, just get rid of the other line and all the PHP if stuff).

    Thread Starter egoldy

    (@egoldy)

    oh, thanks

    now,it works fine.

    can you help me again?
    please check out this:
    https://www.ads-software.com/support/topic.php?id=31120
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘why my silderbar cannot show backgroud’ is closed to new replies.