January 3, 2020 at 11:51 am
Hi, Kadence Gang,
I’m using this code in the footer to list topics (aka categories). At the moment, they are alphabetizing horizontally. I would like like them to be listed in alphabetically vertically. See image attached.
Any suggestions? Everything I tried has caused the list to look wonky. 😉
***** CUSTOM CODE****
@media (min-width: 480px){
#containerfooter .widget_categories ul li {
width: 13.5%;
float: left;
}
}
@media (min-width: 480px){
#containerfooter .widget_categories ul li {
width: 13.5%;
float: left;
}
}
@media (min-width: 480px){
#containerfooter .widget_categories ul li {
width: 13.5%;;
float: left;
}
}
@media (min-width: 480px) {
#containerfooter .widget_categories ul li {
width: 13.5%;
float: left;
}
}
@media (min-width: 480px) {
#containerfooter .widget_categories ul li {
width: 13.5%;
float: left;
}
}
@media (min-width: 480px) {
#containerfooter .widget_categories ul li {
width: 13.5%;
float: left;
}
}
@media (min-width: 480px) {
#containerfooter .widget_categories ul li {
width: 13.5%;
float: left;
}
}
#containerfooter .widget_categories ul:after {
clear: both;
display: table;
content: ”;
}
#containerfooter .widget_categories ul li a {
border-bottom: 0;
margin-right: 20px;
}
#containerfooter .widget_categories ul li a {
border-bottom: 0;
line-height: .5;
margin-left: 20px;
}