Hi,
I want to split header in two, how can I do that? Like fx header1 width:726px and header2 width:254px.
I know how to make new positions and how to include them in default.php, but what changes do I have to make in the css?
This is what I see in layout.css:
#gkHeader { margin-top: 0; margin-bottom: 10px; overflow: inherit!important; }
...
#gkHeader { border-collapse: collapse; display: table; width: 100%; }
But is there another way