2019-05-08, 06:40:28
You could for example add following css code to your template (style.css):
You can use a.lm-link for styling the links and span.lm-link-desc for styling the link description.
You could use <div class="linksmanager">...</div> around the (% links %) code to get standard included styling
( see file links_manager/css/links_manager_links.css )
Code:
a.lm-link { padding-right: 1em; }
You can use a.lm-link for styling the links and span.lm-link-desc for styling the link description.
You could use <div class="linksmanager">...</div> around the (% links %) code to get standard included styling
( see file links_manager/css/links_manager_links.css )