-
Echo Knowledge Base
-
- Order Articles and Categories
- Main Page Width
- Main Page FAQs
- Set Image and Font Icons for Categories
-
- Article Page Width
- Article Layout
- Article Sidebars
- Article Page FAQs
- Embedding Google Documents in Articles
-
Add-ons
-
Access Manager
Print
Tags List Widget
Created OnSeptember 24, 2018
Updated OnMay 16, 2024
By:Dennis
0 out Of 5 Stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
Views164
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;
}
Was this article helpful?
0 out Of 5 Stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5
Table of Contents