Search bar in logo position

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun May 18, 2014 9:09 pm
Reply with quote
Report this post
I want to position the search bar in the center of the instyle template where the logo was originally.
User avatar
Fresh Boarder

GK User
Mon May 19, 2014 6:18 am
Reply with quote
Report this post
Please check this file:
templates/gk_instyle/layouts/default.php
If you replace logo block loading element:
Code: Select all
<?php $this->layout->loadBlock('logo'); ?>

With custom module - you will be able to put any element there.
To create new module position, please read this documentation:
http://www.gavick.com/documentation/joo ... -position/

Some additional styling for this element might also be deeded:
Code: Select all
#gkLogo {
height: 100px;
padding: 0;
width: 159px;
display: inline-block;
}

(above code is frmom styling the logo, so you should modify some numbers.
User avatar
Moderator

GK User
Tue May 20, 2014 4:22 pm
Reply with quote
Report this post
Thanks it worked but now i have a problem where the search bar and the log text are joined together i want to make them seperate where i can move my logo in the left corner and keep my search bar in the middle.
User avatar
Fresh Boarder

GK User
Thu May 22, 2014 7:39 pm
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Fri May 23, 2014 2:22 am
Reply with quote
Report this post
Hi i fiqured it out nevermind thanks.
User avatar
Fresh Boarder

GK User
Mon May 26, 2014 8:08 pm
Reply with quote
Report this post
Ok.
If you will have any other questions (not relative to this thread), feel free to post new forum threads - it allows us to answer you faster.
User avatar
Moderator


cron