Hi,
You can remove the padding from the logo with css like so:
.td-header-style-4 .td-main-menu-logo img{
padding:0!important;
}
The height of the menu can be increased by increasing the line-height here: http://screencast.com/t/Wv6PiTAV
Thank you!
Thank you so much.
I would like the logo to fill the space :
ie: 
http://mouterehilcom.fatcow.com/glg2/
http://mouterehilcom.fatcow.com/glg2/wp-login.php
Login : hilary@hilarywilliams.com
p/w : Pvu1Zr85(pNHsw*c
CORRECT login details
http://mouterehilcom.fatcow.com/go2/wp-admin/
hilary@hilarywilliams.com
bRwQeGkBL2RWepR9
-
This reply was modified 10 years by
RadGoat.
Hello RadGoat,
Unfortunately, I cannot access your website, I give that -> http://screencast.com/t/ihdhrf3A and also, when I log-in on your WordPress, I cannot find our theme installed -> http://screencast.com/t/Mz96BjuD5 Please provide a valid URL with our theme (Newspaper) so I can further inspect your logo.
Thank you for your understanding!
Yep, I didnt have the right login link, try this :
http://mouterehilcom.fatcow.com/go2/wp-login.php
hilary@hilarywilliams.com
bRwQeGkBL2RWepR9
Hello RadGoat,
Unfortunately, I have accessed your wp-admin but this is not our theme, sorry! -> http://screencast.com/t/LeME7FPT -> http://screencast.com/t/zybu2sQZ Please provide a VALID website which is using NEWSPAPER THEME and not another theme so I can inspect it closer.
Thank you for your understanding!
Hello RadGoat,
Please send us an email at contact@tagdiv.com with your correct and valid login information (wp-admin) so I can further inspect your problem. Also, please provide the link of this topic so we can identify you.
Thank you for your understanding!
Hi, Dont know what happend there.
I did a re-install. Please see here : http://mouterehilcom.fatcow.com/glg-co/
glg-go
http://mouterehilcom.fatcow.com/glg-co/wp-login.php?
login: hilary@hilarywilliams.com
password : GcK1A2S3ykF0d6o7
Same thing :


Thank you greatly!
Hello Rad Goat,
If you want to remove all the paddings for your logo, please try the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-header-style-5 .td-main-menu-logo {
margin-right: 0;
}
.td-main-menu-logo img {
padding: 0 0;
}
The result -> http://screencast.com/t/EHyf0NBy8u
Thanks.
Hello RadGoat,
Unfortunately, we do not recommend to make it bigger your logo because you can damage your layout of the theme. You can use a bit of CSS to do that.
The code is ->
.td-main-menu-logo img {
width:300px;
}
The result -> http://screencast.com/t/T1hRsYCsSUj
Thanks.


