Hi
Please do not bump Your own thread. After each bump thread it being moved to the end of the line and You need to wait longer for me to answer.
All css modifications should be place in override.css, but remember to allow using override in template settings.
I see a class "stiri" in this menu. Please put it to the parent menu element not to the element You will have module in, becuase resizing this column will not be possible. When You move it the code should looks like:
- Code: Select all
.stiri .gkcol {
width: 100%;
}
.stiri .gkcol header {
display:none;
}