wdport Posted March 31, 2017 Posted March 31, 2017 Please advise how to make header bar and elements height smaller, for example as we can see here , on IPS website. Mine: To become:
jcdesign Posted July 2, 2017 Posted July 2, 2017 #elUserNav { line-height: 30px; } Adjust the pixel value and paste this to custom.css
steve00 Posted July 2, 2017 Posted July 2, 2017 On 31/03/2017 at 1:04 PM, wdport said: Please advise how to make header bar and elements height smaller, for example as we can see here , on IPS website. Mine: To become: Should be posting questions of this type in Theme Assistance forum
wdport Posted July 3, 2017 Author Posted July 3, 2017 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; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.