Change Size Padding

Advanced newspaper or magazine Joomla template to build news website with unique and detailed design.
GK User
Wed Jul 21, 2010 6:53 pm
Pls give me solution abt change Padding Size :

1. Between Below Breadcumb W/ Mainwrap.. Pls See Pic below : (Red Line) :
2. Between Banner2 Padding size / margin bottom w/ Mainwrap.

Pls See : http://www.didikkusdiyanto.com/images/pic1.gif
User avatar
Fresh Boarder

GK User
Thu Jul 22, 2010 2:51 pm
PLS HELP Me.....!
User avatar
Fresh Boarder

teitbite
Fri Jul 23, 2010 1:33 pm
Hi

Place this at the end of template.css file:

Code: Select all
#gk_mainbody {
margin-top:18px;
}


Show me where is the second gap?
User avatar
Moderator

GK User
Fri Jul 23, 2010 3:41 pm
Hi.. teitbite

I already place at the end of template.css file, but still have no change,

Cheers,
User avatar
Fresh Boarder

teitbite
Fri Jul 23, 2010 4:14 pm
Hi

Ok. Please show me Your site.
User avatar
Moderator

GK User
Fri Jul 23, 2010 5:12 pm
User avatar
Fresh Boarder

teitbite
Fri Jul 23, 2010 9:02 pm
Hi

I cannot see this code in css. Please use this with !important attribute maby and clear the site's cache after this change:

Code: Select all
#gk_mainbody {
margin-top:5px !important;
}
User avatar
Moderator

GK User
Sat Jul 24, 2010 5:14 am
Hi.....
It's ok, but banner2 Module position (Padding change) See pic : http://poconggaul.com/banner2.gif

What this div change ?
#gk_banner {}
#gk_banner div.banneritem {
border: none;
margin-bottom: 5px;
padding: 0;
text-align: center;
}

Cheers,
User avatar
Fresh Boarder

GK User
Mon Jul 26, 2010 4:57 am
??
User avatar
Fresh Boarder

GK User
Tue Jul 27, 2010 9:49 am
Hi.....
It's ok, but banner2 Module position (Padding change) See pic : poconggaul.com/banner2.gif

What this div change ?
#gk_banner {}
#gk_banner div.banneritem {
border: none;
margin-bottom: 5px;
padding: 0;
text-align: center;
}

Cheers,
User avatar
Fresh Boarder

teitbite
Tue Jul 27, 2010 2:14 pm
Hi

You did placed many addresses to the sites. But none of them is showing the site from the screenshot. Please give me the right one so I can see it and give You an answer.
User avatar
Moderator

GK User
Tue Jul 27, 2010 3:42 pm
Hi teitbite :
Location in Banner2 Position padding - Pls See : http://poconggaul.com/banner2.gif (RED LINE) i will change padding size above banner2 position.

Cheers,
User avatar
Fresh Boarder

teitbite
Wed Jul 28, 2010 7:33 pm
Hi

It's hard to tell without seeing the live site, but I think it comes from the banner itself. The only space I see on my version of TWN is:

Code: Select all
#gk_mainbody {
border-width:0;
margin:18px 0 0;
padding:0;
}


and it can be changed with:

Code: Select all
#gk_mainbody {
margin-top:0px !important;
}


placed at the end of template.css file.
User avatar
Moderator

teitbite
Wed Jul 28, 2010 7:43 pm
Hi

Ok. I did found the mail with the link to Your site, this space is from paragraph. Please add this code at the end of template.css file:

Code: Select all
#gk_banner p {
margin:0px;
}
User avatar
Moderator


cron