• How can I change the column width? Because some of the page titles isn’t on one line.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    Hi,

    You can achieve this with the theme customiser’s “custom CSS” feature. You will want to add a rule similar to:

    .letter-section ul.columns {
        column-width: 15em;
    }

    Change 15em with your preferred width for each column. The default is 15em so you could try something like 20em to begin with. The size of an em is relative to your font size, so it likely varies between sites.

Viewing 1 replies (of 1 total)

The topic ‘Change column width’ is closed to new replies.