Column width

  • Unknown's avatar

    Hi Ana,

    I saw the earlier thread about Content width, in which you said that to change the width of the main content, one also has to change the column width (in CSS I assume?). Could you help me by telling how to do this? I’d like to make it from 1280px to about 1000px.

    Thanks a lot,
    Mari

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

  • Unknown's avatar

    Hi Mari,

    thanks for purchasing this theme.

    You can try to use this inside the CSS:

    @media only screen and (min-width: 1500px)
    .container {
    width: 1000px!important;
    }

    Let me know if that helped you.

    Cheers,
    Ana

  • The topic ‘Column width’ is closed to new replies.