Support for Envato Buyers Forums DGWork Theme DGWork – Issue with resizing menu logo

Viewing 3 reply threads
  • Author
    Posts
    • #26057
      Michomicho
      Participant

      Hi,
      Firstly, I have sent message vie your Contact Form but I do not get any replying yet.
      Do your contact form working?

      I have an issue with resizing Menu Logo for theme DGWork.
      I tried to fix with custom CSS code, including the code you are suggesting on Support Comment,
      but none of the code is working to resize it.

      Please advice me how to fix it.
      Thanks in advance.

    • #26103

      Sorry for the delay.

      You can resize the LOGO with the following CSS

      /* If you want to increase or decrease the logo height, just replace 80 to your value */
      .site-branding,
      .main-navigation,
      .main-navigation ul,
      .main-navigation > ul > li[class*="current"],
      .main-navigation ul li[class*="current"] a{
         height: 80px;
         line-height: 80px;
      }
      
      /* If you want to increase or decrease the logo width */
      .site-branding{
         width: 200px;
      }

      Thanks

    • #26114
      Michomicho
      Participant

      Hi,
      Thanks for the code.
      I tried these CSS but there is problem occurred on menu.
      You can see it by this screen shot.
      https://i.postimg.cc/L8PJ3SdY/2019-10-28-13-46-31.png

      https://kommotcreative.com/

      Please advice me.

    • #26173

      Hi

      I can’t visit your website, it’s a coming soon page.

      If possible, you can post a temporary wp admin account through the private reply, I will check the menu issues soon.

      Thanks

Viewing 3 reply threads
  • You must be logged in to reply to this topic.