I had header proböem that content are was below the header, now i found the sugested fix and changed the settings initial position to relative and now it is fixd but there came another problem that now there is space betveen the header and first content area . Where i can move the content area up so content is just below the header?
Hi,
To remove the space on top, you can add the code below in Theme Options > CSS
.home .x-container>.offset {
margin-top:0;
}

Hope that helps
Thx a million !! works perfectly!!
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.