Creating header content area
-
I would like to create a content area or div inbetween the top menu and the primary menu to fill in the blank space. I have tried adding into the functions, but it will only appear before or after the logo as i change the priority, not inline with the logo:
add_action( ‘storefront_header’, ‘jk_storefront_header_content’, 40 );
function jk_storefront_header_content() { ?>
<div style=”clear: both; text-align: right;”>
example text
</div>
<?php
}https://midlandschandlery.co.uk/
Many thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Creating header content area’ is closed to new replies.