Footer showing horizantion menu with bullets

I am trying to display the footer menu as vertical column on all footer sections. But, it is showing up as horizontal menu with two rows with bullets. Not sure how to achieve vertical footer menu without bullets on this theme?

Hi @dgarcia210,

I hope you are well today and thank you for your question.

Could you please share me your site URL where it’s displaying so that i can help you to achieve it?

Kind Regards,
Movin

Hi @Movin … Thanks for your reply. Site is not yet live. I have a screenshot of the footer section1 and 2.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


.footer-widget .widget_nav_menu ul {
    list-style: none;
    margin-left: 0;
    height: auto;
    float: left;
}
.footer-widget .widget_nav_menu ul li {
    clear: both;
}

@Movin… my friend you are a pro. Thanks a lot. It worked. There is one more thing, now I’m seeing all footer sections as vertical as I wanted, can I change only one footer section (3) to horizontal? Basically, I have social icons menu on footer section 3 and it will look good if it lays horizontal.

You are most welcome here :slight_smile:

To help us keep support thread separates could you please create new thread for each of your other questions here https://colorlibsupport.com/c/shapely/ instead of asking them in your single thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.