- This topic has 18 replies, 4 voices, and was last updated 2 years, 5 months ago by
David.
-
AuthorPosts
-
January 19, 2017 at 4:36 pm #265934
Jason
Hi there, how can I make my secondary menu which is my social media icons menu, show horizontally instead of vertically in the footer? as I can’t find an option to show the horizontally, and they look ugly vertically, thank you
January 19, 2017 at 4:48 pm #265936Tom
Lead DeveloperLead DeveloperCan you link me to what you have so far?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 19, 2017 at 4:52 pm #265939Jason
http://salsarepublic.com.au/ the footer the icons show vertically, whereas I would like the to show horizontal
January 19, 2017 at 5:01 pm #265949Tom
Lead DeveloperLead DeveloperThis CSS should do it:
.footer-widgets .widget_nav_menu li { display: inline-block; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 19, 2017 at 5:06 pm #265954Jason
thanks, I put that code in cutsom CSS but it’s still showing vertically?
January 19, 2017 at 5:06 pm #265956Tom
Lead DeveloperLead DeveloperClear your browser cache or do a hard refresh.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 19, 2017 at 5:07 pm #265957Jason
sorry now it worked, thanks π
January 19, 2017 at 5:10 pm #265959Jason
is there any way to space them out more? the icons are right next to each other.
January 19, 2017 at 5:13 pm #265961Tom
Lead DeveloperLead DeveloperYep, just change your CSS:
.footer-widgets .widget_nav_menu li { display: inline-block; margin: 0 10px; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 19, 2017 at 5:14 pm #265962Jason
oh yeah der, thanks, sorry still new to css, cheers
January 19, 2017 at 5:14 pm #265964Tom
Lead DeveloperLead DeveloperNo problem, glad I could help π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 19, 2017 at 5:16 pm #265965Jason
yeah your theme is awesome, love it, cheers π
January 19, 2017 at 5:33 pm #265970Tom
Lead DeveloperLead DeveloperThanks!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentDecember 21, 2019 at 3:42 am #1110387Kirtish Vyas
Hi Tom,
I tried entering in code snippet using the same code .footer-widgets .widget_nav_menu li {
display: inline-block;
} but it seems an error can you tell me how to fix the menu in the footer as horizontal, my site is bloggingos.comDecember 21, 2019 at 4:27 am #1110403David
StaffCustomer SupportHi there
the code is CSS – this doc explains adding CSS:
https://docs.generatepress.com/article/adding-css/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.