I would like to move the Social Icons and Search bar from the bottom of the template to the top (right above BANNER 1). Can someone please help me? I've been looking everywhere and can't find the answer.
Thanks
Ed
Fresh Boarder
GK User
Tue Jul 16, 2013 8:26 pm
Hi, you can do this using only CSS, you have to make some changes in template php file. Are you ready for this?
Platinum Boarder
GK User
Tue Jul 16, 2013 8:28 pm
First, open in HTML editor a file: templates/gk_appsite/layouts/default.php 2) Find line with <div id="middleWrap".... this should be around line 102 - 121 3) CUT IT (from <div.... to </div>) & PASTE to line 87 , below "<?php $this->loadBlock('nav'); ?>" 4) Upload to server (via FTP) changed file.