Logo position?

Amazing responsive, mobile ready VirtueMart e-commerce Joomla template
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
Mon Oct 27, 2014 9:43 am
Reply with quote
Report this post
Hi Guys I need to move the logo on my site upwards tried editing the CSS but can not get it to move upwards...

Please help my site URL is http:www.bosninja.co.za
User avatar
Fresh Boarder

GK User
Mon Oct 27, 2014 1:36 pm
Reply with quote
Report this post
Hi,
move to where? next to menu ? Show me a screenshot with arrows. Then we talk...
.... you need take in your mind that advanced customization is not regular Template support.
User avatar
Platinum Boarder

GK User
Mon Oct 27, 2014 2:06 pm
Reply with quote
Report this post
I just need the logo to align with the search bar... see attachment!
User avatar
Fresh Boarder

GK User
Mon Oct 27, 2014 9:42 pm
Reply with quote
Report this post
#1 solution: Increase top margin for search module
Code: Select all
#gkSearch {
    margin-top: 29px;
}


Result
User avatar
Platinum Boarder

GK User
Mon Oct 27, 2014 9:44 pm
Reply with quote
Report this post
#2 solution:
Logo up, negative margin for logo
Code: Select all
#gkLogo {margin: -15px 0 0; }

Result
User avatar
Platinum Boarder

GK User
Wed Oct 29, 2014 7:57 am
Reply with quote
Report this post
Thank you very much!!!
User avatar
Fresh Boarder


cron