Store Box - Adding module and centering the logo

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Fri Apr 11, 2014 4:50 pm
Hello,

I am working on Store Box template. In the header area, I would like to change logo to the center of the header, and I want to add two module positions for search area and technical support ( It is called as "Müşteri Hizmetleri" in turkish )

I know the template is suitable for mobile. If I would like to add module position, I suppose it cause a problem in mobile view. Could you please write me how can I solve this problem. Which files do you suggest to change and edit the codes on the web site.

I added a picture about it.

Thank you for your help.
User avatar
Fresh Boarder

teitbite
Fri Apr 11, 2014 5:19 pm
Hi

I'm afraid extending template with new module positions is a customisation request, so I cannot help in other way than a link to instruction: http://www.gavick.com/documentation/joo ... -position/

I can help with centering logo. Here is a code You need to add to css:

Code: Select all
#gkLogo.cssLogo {
    float: none;
    margin: 0 auto;
}
User avatar
Moderator


cron