• Resolved yorukitsuki05

    (@yorukitsuki05)


    The Default Sidebar of Raindrops in 180px is too small for me,
    but if the default sidebar in 300 is too big for me.
    I want to change the default sidebar to 240px and put in on the left.
    However, the choosing of raindrops default only has right 240px
    Can anyone tell me how to change the default sidebar to left 240px??
    Sorry for poor English!
    Thank You ~
    My website is : https://www.jkworld.info

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi yorukitsuki05

    Change from left 180px to 240px ( only CSS )

    Please open grids.css

    Paste bottom of page below

    .yui-t2 #bd > .yui-b{
        float: left;
        width: 246px;
        max-width:246px;
    }
    .yui-t2 #bd > .yui-b>.lsidebar{
        width:240px;
    }
    .yui-t2 #yui-main{
        margin-left:0;
        width : calc(100% - 250px) ;
    }
    .yui-t2 #yui-main .yui-b{
        float:right!important;
        max-width:100%;
        margin-left:0;
    }

    Thank you

    Thread Starter yorukitsuki05

    (@yorukitsuki05)

    Thank you for helping.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Default Sidebar to left 240px’ is closed to new replies.