Basically, I'm giving a margin-top in the first content after the header, according to the size of the header.
The problem is that every page in the site has different elements after the main (div or section). How can I select the 'child' element of main even being different on each page.
('main> div') and ('main> section') work, but the margin is applied in both, the correct one would only be in the block below the header ...
The site has many pages, I need only a script if possible, or if you have some css solution I also accept.