Jump to content

How to reduce menu font or spacing?


Gauravk

Recommended Posts

Posted
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)

Posted

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?

Posted
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)

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...