Dear Mixalis Piperakis,
1. please go to your_site\templates\sj_company\less\modules.less
2. add the code at the end of modules.less
2. to fix: the menu item "Φωτογραφίες" pushed downwards
please go to your_site\templates\sj_company\layouts\main-right.xml and find:
<position class="span9" type="feature">@menu</position>
<position class="span3" style="none" type="modules">position-1</position>
=>
<position class="span10" type="feature">@menu</position>
<position class="span2" style="none" type="modules">position-1</position>
Thanks!