• Resolved icuadmin2016

    (@icuadmin2016)


    Hi,

    I have a problem that some columns in the front end view of the library are to wide and some to small.

    Is there any way to determine the width of the columns. Any possibilities to exclude a certain column like e.g. “Owner”

    Also, how do I align the file name in the table to the left?

    I have searched the whole support forum but didn’t found any solution to this issues.

    Any ideas?

    Thank you very much in advance

    PS: here is my implementation of the Memphis doc. library

    https://www.ads-software.com/plugins/memphis-documents-library/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author bhaldie

    (@bhaldie)

    don’t post passwords on a forum!!! please edit this post!!!!!!

    Thread Starter icuadmin2016

    (@icuadmin2016)

    thank you for the warning “bhaldie”, I have removed it

    but it is just a temporary password for hode my site plug in, I would have changed it later on

    Plugin Author bhaldie

    (@bhaldie)

    to answer you question to hide certain categories to mDocs>Options>Settings>Displayed File Information and uncheck what ever category you don’t want to see.

    to fix you alignment issue add this line to your css:

    .entry table td, .entry table th { text-align: left !important; }

    Thread Starter icuadmin2016

    (@icuadmin2016)

    Great! Thank you!!!

    Do I add the this to the CSS of the wordpress site or mdocs?

    Oh, and what is with the width of the columns, can this be edited?

    Thank you so much

    Plugin Author bhaldie

    (@bhaldie)

    add this to your themes css

    and width could be edit using css as well.

    Thread Starter icuadmin2016

    (@icuadmin2016)

    Thnks so much, I’ll try this.

    Plugin Author bhaldie

    (@bhaldie)

    let me know if you need any more help

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Table layou issues, columns width and text alignment’ is closed to new replies.