Gauravk Posted July 3, 2018 Share Posted July 3, 2018 How can I reduce the top nav - menu font size and/or spacing in IPB 4.3.3? Link to comment Share on other sites More sharing options...
steve00 Posted July 5, 2018 Share Posted July 5, 2018 On 7/3/2018 at 3:59 PM, Gauravk said: How can I reduce the top nav - menu font size and/or spacing in IPB 4.3.3? .ipsNavBar_primary > ul > li { margin-right: .5rem; } .ipsNavBar_primary > ul > li > a { font-size: .5rem; } try something like that (obviously change to your requirements) Link to comment Share on other sites More sharing options...
Gauravk Posted July 5, 2018 Author Share Posted July 5, 2018 Thanks Steve, can you please tell me where to edit the above codes and if I have to do on every upgrade or is there an easy way to change them for the long term? Link to comment Share on other sites More sharing options...
steve00 Posted July 5, 2018 Share Posted July 5, 2018 1 hour ago, Gauravk said: Thanks Steve, can you please tell me where to edit the above codes and if I have to do on every upgrade or is there an easy way to change them for the long term? add into custom.css (any css changes you make be sure to add them into custom.css then will not affect upgrades .... template changes though are a different matter) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.