Home › Forums › WoodMart support forum › Problem updating the template Problem updating the template This topic has 5 replies, 3 voices, and was last updated 6 years, 8 months ago by Eric Watson. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts May 3, 2018 at 9:05 am #55794 alizehi3dParticipant Hi When I upgraded the template, I encountered the following issues? https://prntscr.com/jd42po https://prntscr.com/jd42p9 How can I increase the width of the category menu until the text is broken https://prntscr.com/jd454n http://irancgcenter.com/ http://irancgcenter.com/product/smart-watches-wood-edition/ May 3, 2018 at 9:30 am #55804 Eric WatsonParticipant 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 May 3, 2018 at 9:54 am #55808 alizehi3dParticipant 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 May 3, 2018 at 11:31 am #55821 Elise NoromitMember 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 May 3, 2018 at 12:15 pm #55828 alizehi3dParticipant Hello, The problem was fixed. Woodmart was the best team ever to see… May 3, 2018 at 1:28 pm #55845 Eric WatsonParticipant You are welcome! Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register