• Hello,

    I have created a sidebar for my home page but cannot get the columns on the side for the rest of my pages. Here is what I entered into my custom css plugin

    [please mark any posted code – http://codex.wordpress.org/Forum_Welcome#Posting_Code ]

    .blog #primary {
    	float: left;
    	width: 70%;
    }
    
    .blog #secondary {
    	clear: right;
    	display: block;
    	padding: 50px 0;
    	float: right;
    	width: 30%;
    }
    
    .blog .sidebar-link {
    	display: none;
    }
    
    .blog .widget-column {
    	width: 100%;
    }
    
    .blog .one.widget-column {
    	float: none;
    	margin: 0 0 0 40px;
    }

    thank you

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar for all pages’ is closed to new replies.