Hi
That would need some important changes on template core files, but you can try doing it using only css.
So publish the custom module on "header" position, place it on 2th order and them go to template parameters > Advanced Settings and enable the use of override.css file.
If you go to frontend you will see the custom module above the Image Show module, right?
So let's try make it look good on frontend
Add the following code on override.css file:
- Code: Select all
#gkHeader > div {display: inline-block!important}
#gkHeader .header_right {float: right;}
I think this makes the trick
Cheers