Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

ASCEND: Footer Topic Alphabetized Vertically

Home / Forums / Ascend Theme / ASCEND: Footer Topic Alphabetized Vertically

This topic is: Resolved
[Resolved]
Posted in: Ascend Theme
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;
}

  • The forum ‘Ascend Theme’ is closed to new topics and replies.