How to change the position of "more" link of faq in the left-side bar block ?
doriangray - June 26, 2009 - 14:54
| Project: | Frequently Asked Questions |
| Version: | 5.x-2.12 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I tried to change the faq.css, but it didn't work
.faq-more-link {
font-size: 0.85em;
margin-top: 0;
margin-bottom: -1.25em;
float: right;what did i miss ?
thanks a lot !

#1
That's legacy css that is no longer needed. The 'read more' link is now handled by Drupal's node links. Perhaps check out hook_links() for more information.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.