• Resolved sorel2017

    (@sorel2017)


    Hi,
    I use the plugin for display our downloads. As you can see in the pictures, a ‘<br/>
    tag’ is inserted after each download. I would like to remove this so that the distance between the downloads is reduced. Which file (template) do I have to adjust for this – so far I have not been able to find it. Thanks for your help.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Anssi Laitila

    (@anssilaitila)

    Hi,

    The file card or file lists don’t really have a br tag at all, so I don’t think that the issue you mentioned is related to the plugin. Could you please look into the content editor you are using, how it works and if it’s adding those?

    It looks like to me that you have added single files with shortcodes like [shared_files file_id=12345], and probably have separated those with a line break, and your content editor is replacing those line breaks with br tags.

    Plugin Author Anssi Laitila

    (@anssilaitila)

    If you want to keep those in the editor, you could just hide them with css, something like

    .page-id-11757 .vc_tta-tab br {
    display: none;
    }

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