Hi
Ok. I've added it. It was hard becuse You have set all modules in one position, so everything is in one column, but I've found a way to make it anyway. I've created 2 modules with text, because I could not find images for icons. Both this modules has a different module class suffix so I was able to mave around using CSS code. Here is the code from override.css file I've placed. Please play with values until You will move it into the correct place:
- Code: Select all
#gkMainbodyTop {
position:relative;
}
.custom.icons_in_header {
left: 0;
margin: 0;
position: absolute;
top: 100px;
width: 65px;
z-index: 1000;
}
.custom.icons_in_lower {
left: 0;
margin: 0;
position: absolute;
bottom: 100px;
width: 65px;
z-index: 1000;
}