• When go from home page to another page right site bar goes away. How can I keep it constant. I mean it never goes away when I will move another pages.

    My second question is how can I make green color shade in right sitebar? Advance thanks for step by step instruction.
    https://www.aas-bd.com/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The Twenty Eleven Theme Extensions plugin will let you add the sidebar to all pages.

    First, the footer-height line in your style.css is using parentheses instead of braces. Try changing your style.css from this:

    #footer-height(padding: 0.2em 0.5em;)

    to this:

    #footer-height { padding: 0.2em 0.5em; }
    div#secondary.widget-area {
        background-color: #ADBD15;
        margin-left: 5.6%;
        padding: 0 10px;
    }

    Thread Starter aasbd

    (@aasbd)

    Thanks for instruction but it did not work. Can you suggest please why?
    https://www.aas-bd.com/

    I still see the same incorrect #footer-height line at the end of style.css. Replace that with the change I showed above. Leave the change in place for me to see.

    Thread Starter aasbd

    (@aasbd)

    I have replaced your provided code. It is all right now. Thank you for your help.

    I still see the same incorrect #footer-height line at the end of style.css. Replace that with the change I showed above. Leave the change in place for me to see.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How Can I keep static my right site bar in 3.4.2 in twenty eleven theme’ is closed to new replies.