gkMainbodyTop remove padding & border

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Fri Jul 05, 2013 7:57 am
Hi

Is it possible to remove padding and border in gkMainbodyTop without affecting sidebars and main body i've tried difffent css overrides without any luck

http://gratis-isoleringstjek.dk/
User avatar
Junior Boarder

GK User
Fri Jul 05, 2013 9:30 am
Try this:
Code: Select all
#gkContent > div{
border: none!important;
padding: 0!important;
}
#gkMainbodyTop div.content{
border: none!important;
}
User avatar
Platinum Boarder

GK User
Fri Jul 05, 2013 10:03 am
QL worked for me :) THX
User avatar
Junior Boarder

GK User
Fri Jul 05, 2013 11:08 am
You are welcome
User avatar
Platinum Boarder

GK User
Wed Aug 24, 2016 6:55 pm
And how to remove margins from this position mainbodytop (and also top1 and top2). Using firebug I see that margin-top=1em and margin-botton=2em, but I dont want so much space above and below my image. Please, help. (two hours trying alone and nothing happens)
User avatar
Junior Boarder

GK User
Wed Aug 24, 2016 7:17 pm
Trying:

#gkMainbodyTop {
padding: 32px 0 0 0;
border-botton: 0px;
#gkMainbodyTop > div > div > div > p {
margin: 0px;}

Without success...
User avatar
Junior Boarder

teitbite
Thu Aug 25, 2016 4:09 pm
Hi

@revistasoma this is extremely old thread. Please tell me the url to the site You are trying to reduce this margins/paddings and show me what exactly should be removed.
User avatar
Moderator


cron