making a collum larger

  • Unknown's avatar

    how do i make the main collum in my chronical bigger. i only want three collums so i have the featured one off

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi!

    I’d like to help but I require some additional information. Are you interested in making the center column of your page larger? If so, you could make it larger with some Custom Style Sheets (CSS) coding, though, CSS coding requires a Premium Upgrade:

    .main .main-post-list {
        box-sizing: border-box;
        float: left;
        width: 58%;
        padding: 0px 15px;
        min-height: 1px;
    }

    You can only make the main column bigger to a point, after which it pushes the other columns out of alignment.

  • Unknown's avatar

    i don’t want the smaller one at all any ways. i have the business upgrade

  • Unknown's avatar

    The columns on either side of your main column are your widgets. If there are widgets you do not want you should delete them or move them to your footer. You can delete widgets by going to your Appearance–>Widgets, selecting the widget, and then deleting it. Once you have adjusted your widgets you can use the code above and it should make your main column error bigger adjusting the % in
    width: 58%;
    as needed.

  • Unknown's avatar

    you are wonderful it worked it worked i am so happy :) :)

    thank you

  • The topic ‘making a collum larger’ is closed to new replies.