Change footer menu
-
Hi, I have add a footer menu to my website but the menu is set as a column and I want it to be in line, how can I do that?
The blog I need help with is: (visible only to logged in users)
-
Hi rgw2011
Add the following line of custom CSS:
.footer-navigation { width: auto; }To add custom CSS
Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.
- The topic ‘Change footer menu’ is closed to new replies.