Forums

Sidebar size (4 posts)

  1. davidkynan
    Member
    Posted 1 year ago #

    The sidebar at http://www.hypnosismontreal.com is very small. Is there a way to make it wider so the videos can be a bit bigger?

    Thanks.

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    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 ;-)

  3. davidkynan
    Member
    Posted 1 year ago #

    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.]

  4. alchymyth
    The Sweeper
    Posted 1 year ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic