Home Forums WoodMart support forum Problem updating the template

Problem updating the template

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #55794

    alizehi3d
    Participant

    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/

    #55804

    Eric Watson
    Participant

    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

    #55808

    alizehi3d
    Participant

    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

    #55821

    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

    #55828

    alizehi3d
    Participant

    Hello,
    The problem was fixed.
    Woodmart was the best team ever to see…

    #55845

    Eric Watson
    Participant

    You are welcome!

Viewing 6 posts - 1 through 6 (of 6 total)