• Resolved marcus2

    (@marcus2)


    Hello,

    please enter the option to edit the width of the columns by some custom css field in the admin panel.

    Below are my css settings for admin panel (location: /wp-content/plugins/pretty-link/css/prli-admin-links.css) maybe they will be useful to someone:

    .column-settings {
    width: 5% !important;
    }

    .column-title {
    width: 16% !important;
    }

    .column-target {
    width: 31% !important;
    }

    .column-taxonomy-pretty-link-category, .column-pro-pretty-link-category {
    width: 11% !important;
    }

    .column-taxonomy-pretty-link-tag, .column-pro-pretty-link-tag {
    width: 3% !important;
    }

    .column-keywords {
    width: 5% !important;
    }

    .column-clicks {
    width: 8% !important;
    }

    .column-links {
    width: 38% !important;
    }

    The next file to edit is PrliLinksHelper.php (location: /wp-content/plugins/pretty-link/app/helpers/PrliLinksHelper.php) this file is responsible for the width of the last column field (pretty link). I’ve changed the width of this field from 65% to 85%.

    <input type=’text’
    readonly=”true”
    style=”width: 85%;”

    • This topic was modified 5 years, 7 months ago by marcus2.
    • This topic was modified 5 years, 7 months ago by marcus2.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom css field needed’ is closed to new replies.