Space underneath mobile logo

Professional eCommerce VirtueMart Joomla template with responsive design discussion forum.
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 Jun 03, 2015 9:37 am
Reply with quote
Report this post
Hi there,

I am falling to remove the space underneath the mobile logo of the mobile site. The desktop version works fine.

Website: http://puristcoffee.com
Screenshot: Image
User avatar
Fresh Boarder

GK User
Fri Jun 05, 2015 10:03 pm
Reply with quote
Report this post
Hello,

In the override.css file please add the margin-bottom and height properties as in the below fragment:

Code: Select all
@media (max-width: 640px) {
#gkLogo.cssLogo {
  background: transparent url('../images/mobile_logo.png') no-repeat 0 0;
 height: 98px;
 width: 90px;
  height:  100px;
  margin-bottom: -50px!important;
}
}
User avatar
Administrator

GK User
Sat Jun 06, 2015 10:23 am
Reply with quote
Report this post
Awesome stuff it works perfectly!!!
User avatar
Fresh Boarder


cron