• I have a html problem in my theme. My sidebar, menu and footer all have the same color. I want that my sidebar is connected with the menu and the footer, whether I have on post on my blog site or 10 posts. But I have no clue how I do that.

    Sidebar with height=”100%” doesn’t work since its only as long as the amount of widgets. And a fixed with obviously doesn’t work either.

    I would appreciate any help!
    do77

Viewing 2 replies - 1 through 2 (of 2 total)
  • you need to change css from your themes stylesheet. We cant help it without seeing it 🙂

    Thread Starter do77

    (@do77)

    Hi ryans149,

    I know that I have to change the css 🙂 I programmed the theme … but I am just stuck here. 🙁 But your right, without some info no one can really help me. So here is some more info:

    #sidebar {
    	width: 330px;
    
    }
    
    #sidebar .input {
           height:600px;
    	background: #b8c6f1;
    	padding: 12px 9px;
    }

    I don’t have a fixed height anywhere. The sidebar is wrapped in a div that floats right. My left column and my right column is wrapped in a div that has no margin to the menu or the footer so it “touches” it. My problem is just that the sidebar does not automatically grows when I write posts.

    Thanks Ryans149 again!
    do77

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[HTML Problem] Sidebar should touch menu and footer.’ is closed to new replies.