Forum Discussion

GeoffreyHarmuth's avatar
GeoffreyHarmuth
Qrew Captain
8 years ago

Make home page buttons the same size

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
  • 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

  • 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