• Resolved tylerconcannon

    (@tylerconcannon)


    Hi,
    Is it possible to change the formatting of the dashboard? In particular, I’d like to change the size of the New Ticket, My Tickets, Ticket Status and Log-in boxes to fill the white space to the right of the links and also stretch the page to fit the whole screen

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author JoomSky

    (@rabilal)

    Hi,

    Try this

    Edit
    ../js-support-ticket/includes/css/inc-css/jssupportticket-controlpanel.css.php
    line no 10

    old code
    div.js-menu-links-wrp a.js-ticket-dash-menu{display: inline-block; float: left;width:calc(100% / 6 – 10px); margin-right:5px;margin-left: 5px;margin-bottom: 10px;margin-top: 10px;padding: 15px 0px;}

    new code
    div.js-menu-links-wrp a.js-ticket-dash-menu{display: inline-block; float: left;width:calc(100% / 4 – 10px); margin-right:5px;margin-left: 5px;margin-bottom: 10px;margin-top: 10px;padding: 15px 0px;}

Viewing 1 replies (of 1 total)

The topic ‘Formatting Dashboard’ is closed to new replies.