Can you share your site url?
Hi,
Thanks for using our theme.
Go to customizer >> Kyma Options >> General Options >> Image Logo Width.
Now increase a width for your logo.
Or you can also use “Custom CSS”.
Please use any “Custom CSS” plugin from WordPress Plugin Directory.
And paste below CSS Rules into “Custom CSS” editor:
#logo > a img{
height: 70px;
width: 150px;
}
Save the changes.
Note: You can increase/Decrease logo height/width in pixels(px).
Let us know for further assistance.
Thank You
Hi,
Did the above solution work for you?
Thank You
it work great but only if I put it on the bottom of the main css file.
Thank you!