Reduce padding of Mainbody_top

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 Feb 02, 2015 3:15 pm
Reply with quote
Report this post
Hello,

I have published image (Custom_HTML) on mainbody_top and would like to reduce the space as shown in http://geekflare.com/tmp/error.png

URL - geekflare.com
User avatar
Expert Boarder

GK User
Mon Feb 02, 2015 4:42 pm
Reply with quote
Report this post
Hi, it can be done.
but it request two moves from your side:

1) Remove <p> </p> in module where you have "Join over...." use <span> instead
2) Use this css code:
Code: Select all
#gkMainbody  { margin-top: 15px !important; }


Don't forget to clean cms cache.
User avatar
Platinum Boarder

GK User
Tue Feb 03, 2015 11:17 am
Reply with quote
Report this post
Thank you,

Actually, just removing <p> element looks ok.
User avatar
Expert Boarder


cron