Viewing 3 replies - 1 through 3 (of 3 total)
  • edit style.css of the theme:

    increase each of the big numbers in these lines in the following styles by the same absolute amount:
    for instance change:
    margin: 0 -240px 0 0; to: margin: 0 -310px 0 0;
    margin: 0 280px 0 20px; to: margin: 0 350px 0 20px;
    width: 210px; to: width: 280px;

    #container {
    	float: left;
    	margin: 0 -240px 0 0;
    	width: 100%;
    }
    #content {
    	margin: 0 280px 0 20px;
    }
    #primary,
    #secondary {
    	float: right;
    	overflow: hidden;
    	width: 210px;
    
    	background:#eee;
    
    	padding:10px;
    	margin-right: 10px;
    
    	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
    	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
    
    	-moz-border-radius: 4px;
    	-webkit-border-radius: 4px;
    	border-radius: 4px;
    
    }

    hope the explanation is followable ??

    Thread Starter davidkynan

    (@davidkynan)

    Hi,

    Thanks. I gave it a try but I don’t quite follow. My style.css is as follows:

    [Large code excerpt removed by moderator. Per forum rules, please use the pastebin for all large code excerpts. It works better anyway.]

    in the link you posted, the theme is: Third Style

    that is the basis i made a suggestion on.

    if you want to change the theme to ‘WhiteHouse’, please do so, and repost the link.

    someone might have another look, then.

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