Bigger Song Sections

I was wondering if anyone knows a way to increase the height of the song sections in the setlist to make it easier to tap on iPads? I don’t have the luxury of having one of the bigger iPads lol

Would love it to work in Canvas setlists too if possible!

Thanks in advance :smiley:

You can achieve this using custom styles!
In the AbleSet settings (the menu in the taskbar), select “Show Custom Styles.” Open the styles.css file in a text editor, and add something like this!

.setlist-entry .entry-content .title {
    padding: 40px;
}

You can change the 40px value to whatever you like, and you can also add a line like

font-size: 1.5em;

inside of the brackets, if you want the text to be larger as well. The em value is relative to the normal text size, so 1em is unchanged and 2em is twice as large.

Both of these will also apply to the setlist element in the Canvas.
Hope this helps!

3 Likes

Brilliant, thank you so much! Works a charm :smiley:

Thanks, @s1ah!

Adding to this, if you’d like to make the entire UI bigger, you should also be able to use your browser’s zoom function :slight_smile: