Changing sidebar width

Home Forums Iconic One Pro Support Changing sidebar width

This topic contains 3 replies, has 3 voices, and was last updated by  Themonic-Support 4 years, 1 month ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1105

    adamandeve
    Participant

    Hi,
    I am wondering if it is possible to customize the sidebar width?

    #1108

    You do not have permission to view this content.

    #5962

    woodysfj40
    Participant

    What CSS code is needed for a fixed 300px widget-area width and a “fit to window” for the site-content?

    #5963

    Use updated code from:

    Customization Guide for Iconic One Pro with CSS Codes

    Edit the numbers only like below:

    
    .site-content {
    width: 65.9%;
    }
    .widget-area {
    width: 300px;
    }

    Now increase or decrease 65.9% by checking live site and your requirements.

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

You must be logged in to reply to this topic.