Reply To: How to change content/sidebar percentage widths?

Homepage Community Forums Epik Theme Support How to change content/sidebar percentage widths? Reply To: How to change content/sidebar percentage widths?

#7324
Mike
Customer

    Hi Dono – Yes, firebug solved it and change these sections.

    Earlier I was editing something that changed all template types

    The below let me change only the content sidebar or sidebar content setup

    .content-sidebar #content, .sidebar-content #content {
        width: 70.2778%;
    }

    And had to adjust sidebar px widths

    .sidebar .widget {
        border-bottom: 0 solid #CCCCCC;
        margin-right: 0;
        overflow: hidden;
        padding-bottom: 1rem;
        width: 290px;
    }
    }
    .sidebar {
        width: 25.5556%;
    }