I created a child theme, and now I would need your help to customize it. In the top page of the website I would like to remove the existing blank space between the first picture and the menu (link : http://www.deprofundis.com/), and also a blank space at the bottom of the page between the last row and the first footer. I also get that kind of blank space on all pages (example: http://www.deprofundis.com/energies-renouvelables/etudes-consulting-passees/etude-technico-economique-de-lutilisation-de-la-chaleur-issue-de-la-combustion-de-lhuile-de-noix-de-coco-pour-la-production-delectricite-dans-les-iles-de-polynesie-francaise/). Could you please tell me how to proceed?
Another question, currently language button are in the footer. I would like to put language button at the top of the header、 how can I do it?
To reduce the blank space that you want to remove please go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
#content, .entry-header {
padding: 0;
}
And to put the language button at the top of the header. It needs code customization you have to hire a developer as this is a new feature to add in the theme.