Reply To: Finetuning – reducing the gap between the menue and the first title

#19877
Daniel Tara
Keymaster

1. How the website displays above the fold depends on the screen resolution of each device. There’s no guarantee it will display above the fold regardless of the margin between title and menu. On my display it goes about 100px below the fold.

2. Try this code:

.page-template-template-full-width-php .hentry.onecol .entry-header {
	width: 100%;
}

3. You changed the container size from 700px to 1004px but didn’t change the internal image handle. Open functions.php and find add_image_size( 'blog-thumb', 700 ... replace 700 with 1007.