image_show_gk4 in the header

GK User
Mon Aug 20, 2012 10:10 am
Hello
how do I put a custom module next module image_show_gk4 in the header.
Thank you in advance

http://www.3dev.fr/quebecquad/
User avatar
Fresh Boarder

GK User
Mon Aug 20, 2012 4:24 pm
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 ;)
User avatar
Platinum Boarder

GK User
Tue Aug 21, 2012 8:28 am
It's good
Thank's
User avatar
Fresh Boarder


cron