Problem updating the template
-
Hello,
Try to edit your child theme functions.php and replace the function woodmart_child_enqueue_styles
with this one
function woodmart_child_enqueue_styles() {
wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( 'woodmart-style' ), woodmart_get_theme_info( 'Version' ) );
}
Kind Regards
XTemos Studio
Hello,
Thank you very much, my first musk was fixed.
How can I increase the width of the category menu until the text is broken
https://prnt.sc/jd4rp6
support and I thank you very much
Hello,
For this purpose please add this CSS to Theme Settings > Custom CSS:
span.menu-opener {
min-width: 310px;
}
.vertical-navigation .item-level-0>a {
padding: 20px 18px;
}
Change 20px in padding to the value you want. If the code does not work, please contact us with your site admin access.
Best Regards
Hello,
The problem was fixed.
Woodmart was the best team ever to see…