Home › Forums › WoodMart support forum › HTML Block under sticky header HTML Block under sticky header This topic has 1 reply, 2 voices, and was last updated 3 years, 6 months ago by Elise Noromit. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 24, 2021 at 1:10 pm #286249 antParticipant I have added an html block under the header (under menu) by modifying header.php like this: <!-- HEADER --> <header <?php woodmart_get_header_classes(); // location: inc/functions.php ?>> <?php whb_generate_header(); ?> <div style="margin-top:-20px;"><?php echo do_shortcode("[html_block id='394567']"); ?></div> </header><!--END MAIN HEADER--> But it disappears when I scroll down and sticky header is activated. How I can keep it under stick header too? April 26, 2021 at 10:16 am #286706 Elise NoromitMember Hello, Unfortunately, there is no option to add HTML blocks in the way you need. Such modification requires complicated and time-consuming customization that is not covered by our support. Best Regards. Author Posts Tagged: header, sticky Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register