-
Echo Knowledge Base
-
Add-ons
-
Access Manager
Print
Tags List Widget
Created On
Updated On
By:Dennis
0 out Of 5 Stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
Views51
The following custom CSS used below is for this page example of tag styles. Click here.
The default tag shortcode simply displays the tags in a long list. Here is the custom CSS to have it look like linked example.
PHP
// Custom CSS for this Shortcode
.widg-widget-tags-contents li {
list-style-type: none;
position: relative;
display: block;
float: left;
background-color: #e9e9e9;
padding: 5px;
margin: 5px;
border-radius: 4px;
}
.widg-widget-tags-contents ul {
height: 175px;
overflow: auto;
}
Views51
Was this article helpful?
0 out Of 5 Stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
Was this article helpful?
Table of Contents