Header and navigation showing to the left and not on top
-
Hi there,
I got this code which lives inside the functions.php file:
add_action('woocommerce_before_single_product', 'custom_before_single_product'); function custom_before_single_product() { echo '<?php get_header(); ?>'; }
I’m trying to make the header show above the single product container (right now the navigation and the header are showing to the left side)
Grateful for your guidance.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Header and navigation showing to the left and not on top’ is closed to new replies.