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.
/* 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;
}