Header/Logo problems

Posted in: Newspaper
Post count: 18

1. I want my logo to align with the menu. At this moment there’s a white space on the left side of the logo. How do I get te logo to move a little bit to the left. http://luikenkarstens.nl/rietlanden/index.php/home/

2. I want my logo to be bigger, but no matter what i do the size stays 272×90 (also in header 9). How can I change the size of the logo?

I hope you can help me fix these problems..

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/Vd1WoJ1WopShttp://screencast.com/t/z5sp2KzeaN

.td-header-style-1 .td-header-sp-logo {
margin-left: 0 !important;
}
@media (min-width: 768px) {
.td-header-style-1 .td-header-sp-logo img {
margin-left: 0 !important;
}
}

2. For the default header style you will need custom modifications to change the logo width, you could try this solution – https://forum.tagdiv.com/topic/logo-auto-re-sizing-problem-in-v6-3/#post-60395
Also using the header style with full logo, it should display the full size of your image. Please note that it will not resize it, you have to upload a bigger logo.

Thanks!

Post count: 18

Thanks! The first problem is fixed!
Still the logo isn’t getting bigger. I tried the solution you offered. When i use the header style with full logo (and i upload a bigger logo) is automatically resizes it to 272×90. How do i fix this?

Post count: 7909

Hi,

I have also checked this using header style 9(full logo) and did not found any issue, it display the full image, please check – http://screencast.com/t/qjqSOdPYhttp://screencast.com/t/GG0vI8Xd There is no specific css like on style 1 for example which was designed to have the logo and the header ad side by side and it needs css code for this.

Thanks!

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