• Resolved Eliodata

    (@fgelio)


    Hi,

    Thank you for this great plugin!
    I try to add some line break into column titles. br tag doesn’t work and impossible to allow it with php snippet.
    Can you help please?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support eugenewhite

    (@eugenewhite)

    Hello there! 

    Sorry for the delayed response. But thank you for your feedback! I’m glad to hear you like our product. 

    Currently, there is no plugin functionality available for creating line breaks for column titles, unfortunately. 

    However, you can use a simple CSS code to add a bottom border, creating the appearance of an empty row. Here’s an example:

    .mptt-shortcode-row{
    border-bottom: solid 30px #fff;
    }

    Feel free to set any color you like.

    Let me know whether it’s helpful or not.

    Plugin Support eugenewhite

    (@eugenewhite)

    Hello there!
    I hope you’re doing well.
    I haven’t received a response from you and will mark this topic as resolved.
    If you have any other questions or need our assistance with something, feel free to submit a new one.

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