links not working when width reduced on child theme
-
example on this page https://pep2a.fr/dons/, but is the same on other pages: when screen width is reduced or site accessed from mobile, links don’t works anymore. As soon as left sidebar is positionned below post, links are inactive and passing mouse over don’t change cursor aspect, click is not responding???
I have done as usual for a child theme:
// active child theme styles
add_action(‘wp_enqueue_scripts’, ‘agamapep2a_theme_enqueue_styles’);function agamapep2a_theme_enqueue_styles() {
wp_enqueue_style(‘parent_style’, get_template_directory_uri().’/style.css’);
}The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘links not working when width reduced on child theme’ is closed to new replies.