Home Forums WoodMart support forum HTML Block under sticky header

HTML Block under sticky header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #286249

    ant
    Participant

    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?

    #286706

    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.

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)