Adjusting the height of the header IN XenForo = Please tell me How i can Increase the height of the MAin Header ... I want to Increase it's SIze ================================== USING: Brivium Style : Titanium XFV: 1.5.8 Asking Noob Question: Sorry: Any helps are Appreciated!
Template : stylium_modified_css.css CSS Class : #logoBlock Add : padding:20px; ==> Result : Code:#logoBlock { padding:20px; overflow: hidden; position: relative; } Then Template : public.css Edit CSS Class : #headerMover Add : padding-top: 40px; ==> Result :Code: #headerMover { padding-top: 40px; position: relative; zoom: 1; /*overflow: hidden;*/ } Final Result :