Home › Forums › WoodMart support forum › How to center footer menu How to center footer menu This topic has 5 replies, 2 voices, and was last updated 1 year ago by Hung Pham. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts April 29, 2024 at 10:02 am #561549 kamaunyaga99Participant Hello I have an issue I want this footer menu to be centered kindly help me here. April 30, 2024 at 3:52 pm #562112 Hung PhamKeymaster Hi kamaunyaga99, Thanks for reaching to us and appreciate your patience. 1. Logo Go to Appearance > Widgets > and remove alignleft class https://prnt.sc/HSfAdH2OeEjO 2. Centering text Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS: .footer-sidebar { padding-block: 40px 10px; } Regards, May 5, 2024 at 9:04 pm #563353 kamaunyaga99Participant I added the code in the global custom css but the menu links are not yet centered. Kindly help here. Attachments:You must be logged in to view attached files. May 6, 2024 at 5:32 am #563373 Hung PhamKeymaster Hi kamaunyaga99, Please remove previous code and use below one: :is(.widget,.wd-widget,div[class^="vc_wp"]) :is(ul,ol) { text-align: center; } Regards, May 6, 2024 at 9:40 am #563405 kamaunyaga99Participant Thanks for the help this one worked what i now want assistance with is i see the gap between the elements is very huge how can i reduce that gap so that it becomes more appealing? Thanks. Attachments:You must be logged in to view attached files. May 6, 2024 at 10:49 am #563466 Hung PhamKeymaster Hi kamaunyaga99, Please use below one: div.widget { margin-bottom: 20px; padding-bottom: 10px; } div.footer-column { margin-bottom: 10px; } Regards, Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register