Discussions

 View Only
  • 1.  Make home page buttons the same size

    Posted 02-09-2018 04:49
    So i have a grouping of buttons on my homepage.  each button is a different size (fitted to text length).  Is there any way of making all the buttons the same size?  I just want to neaten up how it looks


  • 2.  RE: Make home page buttons the same size

    Posted 02-09-2018 05:32
    As a preliminary solution paste this script into your console using my screenshots as a guide and tell us what happened:
    $("div.ButtonName").css("width", "150px")

    Before Pasting 



    After Pasting



  • 3.  RE: Make home page buttons the same size

    Posted 02-09-2018 06:01
    Ok, so that makes all the buttons on the page the same size...


  • 4.  RE: Make home page buttons the same size

    Posted 02-09-2018 06:07
    So all we have to do is arrange for that script to load on the dashbaord.

    Take it up tomorrow and remind me if I don't post