Space between header image on Frontpage and image below it

Multipurpose WordPress Theme Forum Support
GK User
Sat Apr 11, 2015 5:26 am
Is there a way to lessen the amount of space between the header image on the Frontpage and the image below it?
User avatar
Junior Boarder

GK User
Mon Apr 13, 2015 7:24 am
Hi,

Yes, it's possible, try to add the following css code:
Code: Select all
.frontpage .gk-desc {
  padding-top: 0;
}
User avatar
Moderator

GK User
Mon Apr 13, 2015 7:35 am
Yes!!! :) Thanks!!
User avatar
Junior Boarder

GK User
Tue Jun 16, 2015 4:16 pm
Can I ask how I would change this so that the space between all headers and the next module down is reduced.

.frontpage .gk-desc {
padding-top: 0;
}

Thanks,
John.
User avatar
Expert Boarder

GK User
Wed Jun 17, 2015 7:58 am
@Johnnypict could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Fri Jun 19, 2015 6:04 pm
Hi Piotr,

Sorry my site is on a bitnami install ...localhost.
I've added a screenshot and the source if that helps?

I've kept the header on the front page the original size and reduced the space below it using the code you supplied 'm3sman.

I've reduced the header size on the other 'pages'. You'll notice that on the screenshot.
The space I'd like to reduce is similar to the header space on .frontpage. The bit below the header.
The space is where I have put the black block.

Thanks,
John.
User avatar
Expert Boarder

GK User
Mon Jun 22, 2015 8:07 am
Hi,

Try to add this custom css code:
Code: Select all
.page .content-wrapper {
  padding-top: 0;
}
User avatar
Moderator

GK User
Thu Jun 25, 2015 3:56 pm
Excellent that worked. Thank you.
J.
User avatar
Expert Boarder


cron