• Resolved simcoe

    (@simcoe)


    I am trying to integrate WP into a page using an iframe.
    This is so the client can easily update that page.

    So far I am very happy with the result but the WordPress column and text wants to flow beyond the frame.

    I have searched the css and have tried several changes to the content and body code and no success.

    https://windymeadows.org/updates.html

    any insight into this is appreciated
    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter simcoe

    (@simcoe)

    I figured this out myself after searching around with no luck.

    The section that needs to be changed is: .item

    I added-> width:500px;

    to the list.
    That did the trick.
    Here is that section in full.

    For those who want a single column that won’t resize.
    this is it. I am using it within an iframe.

    ……………………………….

    .item {
    padding: 10px;
    background-color: #CCCCCC;
    background-image: url(https://www.windymeadows.org/images/wm_bg_wp.jpg);
    background-repeat: no-repeat;
    width:500px;
    text-align:left;
    border: 1pt solid #009933;
    margin-bottom: 1em;
    border: 1pt solid #669966;

    }

Viewing 1 replies (of 1 total)
  • The topic ‘How do I make one column a set width’ is closed to new replies.