Margin Problem

GK User
Tue Apr 17, 2012 12:45 pm
Hi All

good Day
Thanks for helping in other all matter, really great of you guys,
I have problem on home page property.luxos.com Margin is fine
Screen shot 2012-04-17 at 1.35.52 PM.png


But on other navigation pages, The maximum Margin allows me to changes is as follows we want to give same margin as on Homepage
Screen shot 2012-04-17 at 1.35.37 PM.png


I hope you will lead me in right way

Thanks
User avatar
Expert Boarder

GK User
Tue Apr 17, 2012 4:12 pm
Hi,

Add this code to CSS override to reduce a bit of the distance first:
Code: Select all
#mainContent{
padding: 0!important;
}
#gkContentMainbody{
margin-top:0!important;
}

I found a strange line in source code that cause much space, look at my attached screenshot to see it, I need FTP access to check and remove it.
User avatar
Platinum Boarder


cron