[SOLVED] reduce marginTop

Support desk for Multipurpose Quark Theme
GK User
Thu Nov 26, 2015 3:56 pm
Hi
would reduce the distance of the margin-top,
I appreciate help.
http://www.graphictime.com.co
User avatar
Expert Boarder

GK User
Thu Nov 26, 2015 3:59 pm
User avatar
Expert Boarder

GK User
Fri Nov 27, 2015 12:53 am
On all pages?
Try
Code: Select all
#gkPageContent
{
   padding: 100px 0 50px;
}

When it is still to much, adjust the 100 to your needs..
User avatar
Senior Boarder

GK User
Fri Nov 27, 2015 4:00 pm
Thank you very much, with your help improve the position of doc,
User avatar
Expert Boarder

GK User
Fri Nov 27, 2015 4:10 pm
I can make another query or I need open another line - Tanks :side:
In header I want to change the standard square button that says services
by an image that makes the same link to services.
A self-image, no icon.
What should I change in the code?
<div class = "gkPage"> <a href="servicios" class="dark btn-border" data-sr="enter bottom and move 50px and wait .3s"> </a> Services </ div>
Many Thanks
User avatar
Expert Boarder

GK User
Fri Nov 27, 2015 10:07 pm
Well, I would try first the way via css like:
Code: Select all
#gkHeaderMod .btn-border
{
  background: rgba(0, 0, 0, 0) url("/images/demo/logo_gt1.jpg") no-repeat scroll 0 0 / 170px 50px !important;
}
User avatar
Senior Boarder

GK User
Mon Nov 30, 2015 4:32 pm
Would lack the link to Services, can you tell me how it goes?
Thanks
User avatar
Expert Boarder

GK User
Tue Dec 01, 2015 3:08 am
Hm, well, when adding this to your template (@line 184) it's working as well if I add this to "Custom CSS code". Did you add it to your override.css or to Custom CSS code within the template?

Another option would be to add img tag to your code within the module, but this would be a not that good as it will create trouble on different devices.

Best regards,

Ruediger
User avatar
Senior Boarder


cron