• Resolved nimrod54

    (@nimrod54)


    Hi Jeroen,

    thank you for your nice plugin. I like to use it, also because it is just easy to use.

    I checked “show lines between names”. What I would like to have in addition is a line between the index and the first name. Is there something in the settings for this, that I have missed? Or do you have a CSS snippet I could use in customizer?

    Thanks and best regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jeroen Peters

    (@jeroenpeters1986)

    Hi @nimrod54 ,

    Thanks for your kind words! And also for using the plugin.

    The ability to have a line at that point isn’t a setting, but it sure is possible with css. I am not at home at the moment, but when I Am back I can create a simple snippet.

    Do you have the website url for me? This way I can style even more precise.

    Kind regards,

    Jeroen Peters

    Thread Starter nimrod54

    (@nimrod54)

    Hi Jeroen,

    please keep it simple, just the same line as between names.

    best regards

    Plugin Author Jeroen Peters

    (@jeroenpeters1986)

    @nimrod54

    here it is:

    
    .name_directory_index {
        border-bottom: 1px solid black;
    }
    

    Let me know if this works for you.
    Kind regards,

    Jeroen Peters!

    Thread Starter nimrod54

    (@nimrod54)

    Hi Jeroen,

    thanks for the fast support. For me it looks much better now with the line below the index.
    I have an additional suggestion. Could you add an empty line between the solid line and the first name? That would make it perfect.

    Thanks and best regards

    Plugin Author Jeroen Peters

    (@jeroenpeters1986)

    Hi @nimrod54,

    that would be something like

    
    .name_directory_index {
        border-bottom: 1px solid black;
        margin-bottom: 10px;
    }
    

    I hope this works for you, please let me know.
    If you like the plugin and my support, please consider a small donation.

    Kind regards,

    Jeroen Peters

    Thread Starter nimrod54

    (@nimrod54)

    Hi Jeroen,

    works perfect, thanks

    Thank you for your fast support

    best regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘line between index and first name’ is closed to new replies.