Big Logo with style 1

Posted in: Newspaper
Post count: 25

i have logo 900×118 pixel, i want it view at the left using Header Style 1, and i want to set a background image behinde the header, how to do that? i dont understand about css code, thanks

Regards

Post count: 7909

Hi,

You will need some custom modification to the code , try to use span 8 for logo and span4 for ad(off course you have to use a smaller ad size): http://screencast.com/t/UE1r7ijyO
Also you will need some css customizations, so if you don’t have basic css/html experience you can hire a freelancer to do this for you as we cannot provide custom work at this time. Sorry for this.

You can also use an header style with full logo(like style 3 and 6) if you want to display your big size logo.

Thanks!

Post count: 25

i am sorry, now i have reduce my logo for 500 x 118 px, i want to use style 1 header style, can my logo will be full show? or any css code to change its? hmm so for the banner beside the logo i never mind if it will be decrease , thanks

Post count: 25

upss..now i have change my logo for full width+menu style, i set the logo size 1074 x 250 px, the logo view full but why the header with White background color still appear, how to make the logo full with all of the header? i want to use this style but need full logo covered the header, thanks

Post count: 25

i had set logo for 1170×250 pixel , i am using fullwidth logo style header, my site is
http://tokowebinstan.com/bawaslukepri/ and i want it full covered the header or full of header, and is it will be look fine if we open my site from mobile?

thanks

Post count: 1291

Hi,

Try the following css – http://screencast.com/t/oxlghQNE1E

.td-full-logo .container-fluid, .header-style-3 .td-logo img {
padding: 0px;
}
.td-header-menu-wrap {
display: none;
}
/*mobile fix*/
@media (max-width: 767px){
.header-style-3 .td-logo img {
top: 1px;
width: auto;
height: 48px;
}}

Also change the color of the icons – http://screencast.com/t/jTtsxsa9

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
Post count: 25

Hi Emil thank you for your code, i have do what you said, but why there is a space in left and right? the image not full the header like your http://screencast.com/t/oxlghQNE1E

My site : http://tokowebinstan.com/bawaslukepri/

thank you

Regards

Post count: 7909

Hi,

Add also this code in Theme Panel > Custom Css: http://screencast.com/t/xql9PzgMhttp://screencast.com/t/8c24xQ5zZ

.header-style-3 .td-full-logo .td-grid-wrap{
padding: 0px;
}
@media (max-width: 767px){
.header-style-3 .td-logo img {
right: 0px;
}
}

Thanks!

Post count: 25

thank you very much, now everything is fix and solve

Best Regards

Post count: 25

i am sorry, but i still see any white area in top of header, how to fix it? thanks

Regards

Post count: 7909

Hi,

Please try to add !important to the padding from the code that Emil provided to you: http://screencast.com/t/aPx2DNy94

Thanks!

Post count: 25

thank you very much Alin, its worked

Regards

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