Forum Discussion
Hi bsamson ,
Here is a sample custom content , that would display links side ways . You can give custom styling in the global skin , and make it sepcific by mentioning Page class (.ForumTopic etc) as well as class name for your html elements (div , span etc)
Custom Content :
<span>
<a href="">Explorer Hosted Events</a>
</span>
<span>
<a href="">Explorer Hosted Events</a>
</span>
CSS :
.lia-panel.lia-panel-standard.CustomContent.Chrome.lia-component-common-widget-custom-content {
margin-left: 20px;
margin-bottom: 20px;
padding-bottom: 10px;
padding-left: 10px;
}
.lia-body .lia-content .lia-component-common-widget-custom-content .custom-title-link {
color: red;
}
This is how my component looks on page. You can modify css as per your needs.
Hope that helps.
Thanks,
Sam
Related Content
- 7 years ago
- 11 months ago
- 9 years ago
- 2 years ago
- 2 years ago