Header showing twice at tablet breakpoint
-
Hey, my issue is similar to this thread and reddit post, header is showing twice at tablet breakpoint when resizing chrome window. It’s showing fine in console though. I have manually set my tablet breakpoint via WPCode plugin.
add_filter( ‘astra_tablet_breakpoint’, function() {
return 1060;
});Is this bug or my CSS is messing?
The page I need help with: [log in to see the link]
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Header showing twice at tablet breakpoint’ is closed to new replies.