Style 4 header remove logo padding / increase menu height

Posted in: Newspaper
Post count: 10

Hi, I wish to remove ALL padding around the logo on Style 4 header.
removepadding

Also, Increase menu / area hieght (therefore making the room for (above mentioned logo) larger.
increasemenuheight

Many thanks

  • This topic was modified 10 years by RadGoat.
Post count: 22421

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!

Post count: 10

Thank you, I did as described above – BUT – the logo still dosnt fill the space (it auto shrinks).

See pic.
Thank you,

  • This reply was modified 10 years by RadGoat.
Post count: 22421

Hi,
Please provide a link to your site so I can inspect the logo and provide the proper code.
Thank you!

Post count: 10

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

Post count: 10

CORRECT login details

http://mouterehilcom.fatcow.com/go2/wp-admin/
hilary@hilarywilliams.com
bRwQeGkBL2RWepR9

  • This reply was modified 10 years by RadGoat.
Post count: 23312

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!

Post count: 10

Yep, I didnt have the right login link, try this :

http://mouterehilcom.fatcow.com/go2/wp-login.php
hilary@hilarywilliams.com
bRwQeGkBL2RWepR9

Post count: 23312

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!

Post count: 10

Hi, Im sorry about this – I dont know why you arent able to be in the right folder. Please include the folder (URL) you are getting to -in your screen shot.

Thank you

Post count: 23312

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!

Post count: 10

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!

Post count: 23312

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.

Post count: 10

YES! thank you. Now, anyway I can make it bigger (the image of the logo) ?

Post count: 23312

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.

Viewing 15 posts - 1 through 15 (of 15 total)
The forum ‘Newspaper’ is closed to new topics and replies.