Closed (fixed)
Project:
Danland
Version:
7.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2012 at 19:17 UTC
Updated:
10 Mar 2025 at 13:19 UTC
Jump to comment: Most recent
Comments
Comment #1
robbnl commentedHi,
This is what you need to modify, either in the style.css or preferably create a local.css. Modify the height to 15px for example
#header {
height: 66px;
position: relative;
width: 950px;
margin: 0 auto;
}
Comment #2
tetraflake commentedThanks a lot for your help.
It worked!!!
Comment #3
robbnl commented