• My website consists of two separate sections: a blog powered by WordPress, and the rest of the site (NOT powered by WordPress).

    Setting “max-width” on the narrow column in the NON-WordPress part of my site has the desired effect:

    http://www.cyberquill.com/the_twelve_tipping_points.php

    As you can see, as you narrow the browser window (= close it from right to left), the text of the main article narrows in proportion with the narrowing width of the browser window.

    In order to accomplish this effect, I set a “max-width” (as opposed to a “width”) on the article column as well as on its container.

    However, setting a max-width in the corresponding elements (= narrowcolumn and page) of my WordPress-powered blog shows very little effect, i.e., the article refuses to slim down as the browser window is closed from right to left:

    http://blog.cyberquill.com/because-we-must/
    http://blog.cyberquill.com/if-words-have-no-meaning/

    What might be the problem?

The topic ‘How to get "max-width" command to work?’ is closed to new replies.