Layout Dimentions

Viewing 4 posts - 1 through 4 (of 4 total)
  • #13029
    gt455
    Participant

    Hi,

    You have created some really cool templates. Thank you very much for you creativity!

    I am using the 3 column layout. Under Layout Dimentions for Esplanade theme it only says North East West and there is no option for adjusting the width. I would like to increase the width of the left and right column and make the width of the middle column a bit smaller.

    Thanks Again

    #13286
    Atp
    Participant

    Hello,

    I am also using the 3 column layout and have the same wish… i would like to increse the right sidebar and make the width of the content area smaller.. how can i realise it???

    Thanks

    #13287
    Atp
    Participant

    Yeah… i can help myself… πŸ˜‰ I use the “Custom Css” part and change the following entries:

    #wrapper {
    position:relative;
    max-width:1200px;
    margin:0 auto;
    box-shadow:0 0 6px #999;
    background:#e9e9e9;
    overflow:hidden;
    }

    .content-sidebar-wrap {
    float:left;
    width:940px;
    }

    #sidebar-right
    {
    float:right;
    width:200px;
    color:#aaa;
    }
    .page-template-template-sidebar-content-sidebar-php #sidebar-right {
    width:200px;
    }

    #13341
    marie
    Participant

    Hi I have a similar issue, I want to use the left-sidebar layout butr I think the sidebar is too large. I just want to diminish the sidebar width to increase the content width. When I increase the content % max width the sidebar does down at the bottom even when I defines as this :

    #wrapper {
    position:relative;
    max-width:1132px;
    */
    #sidebar-left {
    float: left;
    width: 20%;
    /*default width:49.65%;*/
    color: #aaa;
    }

    .page-template-template-sidebar-content-sidebar-php #sidebar-left {
    width: 3%;
    /*default width:17.4%;*/
    }

    #sidebar-left,
    .page-template-template-sidebar-content-sidebar-php #sidebar-left {
    float: left;
    width: 20%;
    /*default width:49.65%;*/
    }

    #content {
    float: left;
    width: 75%;
    /* default width:67.75%;*/
    box-shadow: 0 0 3px #999;
    background: #fff;
    }

    OR

    #sidebar-left {
    float: left;
    width: 100px;
    /*default width:49.65%;*/
    color: #aaa;
    }

    .page-template-template-sidebar-content-sidebar-php #sidebar-left {
    width: 50px;
    /*default width:17.4%;*/
    }

    #sidebar-left,
    .page-template-template-sidebar-content-sidebar-php #sidebar-left {
    float: left;
    width: 100px;
    /*default width:49.65%;*/
    }

    #content {
    float: left;
    width: 800px;
    /* default width:67.75%;*/
    box-shadow: 0 0 3px #999;
    background: #fff;
    }

    The maximum width I can set the content is a 758px. thank you

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.