Logo in the middle and search in the left

Commercial shopping Joomla template to easy create webshop with various extensions supported like ViruteMart, K2 and K2Store.
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
Wed Dec 11, 2013 12:32 pm
Reply with quote
Report this post
http://www.studiomorriconi.com/luxvillae/

Is possible to place logo in the middle and search box in the left?
User avatar
Senior Boarder

GK User
Thu Dec 12, 2013 8:45 am
Reply with quote
Report this post
Please edit: /templates/gk_storebox/css/override.css and add at its end:
Code: Select all
#gkSearch {
clear: right;
float: right;
margin: 20px 0 0;
}
#gkLogo {
display: block;
margin: 0 auto;
width: 280px;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Dec 12, 2013 10:01 am
Reply with quote
Report this post
Hummm, ok for "Search" but logo position is not working...
User avatar
Senior Boarder

GK User
Thu Dec 12, 2013 10:10 am
Reply with quote
Report this post
MaxP4 wrote:Hummm, ok for "Search" but logo position is not working...

Now is working...

Code: Select all
#gkLogo {
display: block;
float: none;
margin: 0 auto;
width: 280px;
}
User avatar
Senior Boarder

GK User
Sat Dec 14, 2013 12:02 pm
Reply with quote
Report this post
Ok, it's great you could solve it on your own :).
Is there anything else I can help you with on this topic?
User avatar
Moderator


cron