Jump to content

Header bar&elements height


wdport

Recommended Posts

Posted

Please advise how to make header bar and elements height smaller, for example as we can see here , on IPS website.

Mine:
5a4a121bb57b2c84d86d7bb99d096560.png

To become:
652e7b2c7425eb3f3d2008b10994a2bb.png

  • 3 months later...
Posted
On 7/2/2017 at 0:25 PM, jcdesign said:

#elUserNav {
    line-height: 30px;
}

Adjust the pixel value and paste this to custom.css

thank you sir!
this code worked for me:
 

#elUserNav {
    line-height: 15px;
    top: 0px;
}
#ipsLayout_header header > .ipsLayout_container {
  min-height: 31px;
}
#elSiteTitle {
    line-height: 31px;
}

 

Archived

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

  • Recently Browsing   0 members

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