• Resolved roycegracie

    (@roycegracie)


    hi. this plugin looks bad,

    i added some css to make it look nicer…

    first, we need to rap the FORM in the cat-tag-filter.php file so my CSS will show…

    add <div class=”filter-cat”> on line 80 right after:
    “global $ctf_options; ?>”

    and close the div after the form like this:
    </form> </div>

    now just add the CSS to your theme. i wrote somthing like this and it looks great for my theme:
    /* cat-tag-filter-style */
    .filter-cat{
    padding: 10px 25px 20px 0px;
    margin-bottom: 20px;
    font-size:12px;
    border-style:solid;
    border-width:3px;
    border-color:#8EAA33;
    }
    .filter-cat #ctf-tag-select,#ctf-cat-select,#ctf-submit{
    width: 130px;
    }
    .filter-cat #ctf-submit{
    border-style:solid;
    border-width:1px;
    border-color:#8EAA33;
    margin-top: 15px;
    }

  • The topic ‘some CSS to make is nice for you all’ is closed to new replies.