Hi,
I replaced the standard breadcrumb by overriding breadcrumb.php in the woodmart child theme with the Rankmath breadcrumb.
Most important function part is:
<em>if ( function_exists('rank_math_the_breadcrumbs') ) {
rank_math_the_breadcrumbs();
return;
}</em>
Everything is working well except for horzitontal scrolling on mobile devices.
For example, with your standard settings hor-scroll is working on your demo pages:
https://snipboard.io/AwHT1z.jpg
By replacing the standard function with the rankmath breadcrumb the horizontal scrollbar is disappeared:
https://snipboard.io/GTK9nr.jpg
Could you please advise or help me out?
Thanks in advance, Scholto
-
This topic was modified 15 hours, 22 minutes ago by scholtobos.
-
This topic was modified 15 hours, 21 minutes ago by scholtobos.