How to create a horizontal footer menu in Kingdom Theme?

Hi all,

My footer menu is currently like this:

I’d like to make it horizontal and remove the underlines from each link like this:

I’m using the Kingdom Theme.

hello @chromehurtz

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

1 Like

@Kinjaldavra Please check your inbox.

hello @chromehurtz

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-footer .footer .footer-item .footer-links{
        display: flex ;
}
#shopify-section-footer .footer .footer-item .footer-links span{
        flex: 0 0 20% ;
        margin: 0 5px ;
}
#shopify-section-footer .footer .footer-item .footer-links span >a{
       border-bottom: unset !important;
}
1 Like

@Kinjaldavra thank you so much, how do I also reduce the size of the footer?

Also the font isn’t in one row as “about us” has stretched to a second line, how do I fix this?