Someone in this group helped me with this code:
.mod-tagspopular.tagspopular ul {
display: flex;
flex-wrap: wrap;
gap: 10px;
padding-left: 0;
}
.mod-tagspopular.tagspopular ul li {
list-style: none;
}
.mod-tagspopular.tagspopular ul li a {
display: inline-block;
padding: 8px 14px;
font-size: 16px;
border-radius: 6px;
background: #f2f2f2;
transition: all 0.3s ease;
}
.mod-tagspopular.tagspopular ul li a:hover {
background: #007bff;
color: #fff;
}
it makes the populat tags load horizontally. Now that I see that it worked. Does anyone know how to do it also for Similar Tags module, please? What would thwe code be?
Thanks,
Greg