Viewing 6 posts - 21 through 26 (of 26 total)
  • Author
    Posts
  • #11750
    jwendell
    Member

    Do i add that in appearance css? I tried both codes it didnt help

    #11752
    Sakin
    Keymaster

    @jwendell: You need the above css in “Appearance => Theme Options => Custom CSS” box. This will remove the extra border.

    #11755
    jwendell
    Member

    im still having a problem
    http://wendellassociates.com/college-savings-fund/ the calculator should be a small 480×480 box but it expands to the whole page

    #11756
    Sakin
    Keymaster

    @jwendell: Ignore my previous css. You can delete that and add the following css.

    .entry-content table  {
        border: none;
        width: auto;
    }
    .entry-content td {
       border: none;
    }
    #11758
    jwendell
    Member

    thats a little better but it doesnt have the original table design and the calculator deosnt work

    #11761
    Sakin
    Keymaster

    @jwendell: There is nothing else from our theme. You can try changing theme and check in.

    Also I see that you still have following css that I told you to replace

    .entry-content table, .entry-content td {
        border-top: 1px solid #E6E6E6;
    }
Viewing 6 posts - 21 through 26 (of 26 total)
  • The topic ‘insert finance calculator’ is closed to new replies.