New lower pricing for Subscriptions

50%off old price

Wider display

About Support Directory Wider display

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2535

    When we insert the directory (via shortcode) on our website, is there a way to make the directory contents wider? For instance, there is a thin line around the output for each household, but in the second column (which contains the phone numbers and email addresses) the contents wrap after about 26 characters which means some email addresses are split between two lines. There is a lot of empty space to the right. It would be nice if that column could be twice as wide. Is there a way to do that?

    #3285

    Okay, I went into church-admin/includes/style.css and changed this setting from 32.26% to 52.26%.
    .church_admin_phone_email{display:block;float:left;margin:1% 0 1% 0;width:52.26%;}
    Since we do not intend to include photos, I assume this will be okay? It does solve the problem.

    #3286
    Avatar for Andy MoyleAndy Moyle
    Keymaster

    That’s fine – but each time the plugin is updated, it will be overwritten. It would be better to add it to your theme for safety.

    .church_admin_phone_email{display:block;float:left;margin:1% 0 1% 0;width:52.26%!important;}

    The !important forces it!

    #3460

    Thanks for the tip. It worked!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.