Space between the header and the title

About the template and stylesheet - and changing the menu
Post Reply
jgmvdm
Posts: 13
Joined: Wed Nov 01, 2017 8:24 am

Space between the header and the title

Post by jgmvdm » Wed Nov 06, 2019 1:35 pm

I use template fhs-left-right at http://www.la-vie-en-france.nl/

How can I make the space between the header and the title smaller

[ external image ]

frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: Space between the header and the title

Post by frase » Wed Nov 06, 2019 1:57 pm

jgmvdm wrote:
Wed Nov 06, 2019 1:35 pm
How can I make the space between the header and the title smaller
Do you mean the distance between the black header and the first heading? ("Een opknapper kopen in Frankrijk?")
If so, then it's very easy:
stylesheet.css line 314:

Code: Select all

#main {
	max-width: 980px;
	margin: 5em auto;
	overflow: auto;
	padding: 1em;
	min-height: 100vh;
}
margin: 5em auto : You can reduce that.

jgmvdm
Posts: 13
Joined: Wed Nov 01, 2017 8:24 am

Re: Space between the header and the title

Post by jgmvdm » Wed Nov 06, 2019 3:08 pm

It works, many thanks

Post Reply