Download & Extend

How to change the position of "more" link of faq in the left-side bar block ?

Project:Frequently Asked Questions
Version:5.x-2.12
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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 !

Comments

#1

Status:active» fixed

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

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.