No search results were found in Documentation!
ok I added the code you suggested to the custom CSS. There was already other custom CSS there from a past problem we tweaked to keep the ad and logo on the same line – here is the code i have now
body.td-animation-stack-type0 .td-animation-stack .entry-thumb, body.td-animation-stack-type0 .post img {
opacity: 1 !important;
}
.td-header-style-1 .td-header-sp-ads {
width: 510px !important;
}
.td-header-sp-logo img{ width: 100%; max-height: 150px; } .td-header-sp-logo{
width: 500px;
} .td-header-header {
margin-top: 15px;
margin-bottom: 35px;
}
The margins on the top and bottom of the logo are a little off.
Can you tell me how it looks on your end and if I should tweak the code additionally?
Thanks again.
Hello,
I was wondering how I would place this personal ad of mine (for a retreat I am hosting) next to my logo in the header (www.livelovefruit.com). I remember there being an option for this previously in the Theme Panel (where you could put ads next to the logo)?
This is how it looks right now: http://www.screencast.com/t/b0kZHevfyL
This is how I want it to look: http://www.screencast.com/t/UyVrTocmNuY
Thanks muchly,
Carly
Hello,
You can adjust these settings using custom CSS.
Here is a sample of how you can achieve this. It may need a few adjustments, but this is how it can be done:
@media (max-width: 767px){
.blog-stack #td-top-search {
position:absolute!important;
right: 0px!important;
top: 0px!important;
}
.blog-stack .header-search-wrap .dropdown-menu{
left:-270px!important;
}
.header-style-3 .container-fluid{
position:relative!important;
left:-45%
}
.header-style-3 .td-logo img{
width: 35px!important;
}
}
result: http://screencast.com/t/EyBNNZ6vgj
Thank you!
Hi
The theme was designed to display the logo at 272x90px. To increase the size you need modify the width value of this class .td-header-sp-logo, default value is: 248px;
.td-header-sp-logo{
width: 384px!important;
}
.td-header-sp-logo img{
width: 100%;
}
Note that you will need other customization for the layout such that the elements fit well according with the new logo size. You can find useful information abut css here: http://www.w3schools.com/css/default.asp or if you can’t do it yourself my advice is to look for a developer from sites like studio.envato.com to do it for you, as we can’t offer customization services at the moment.
Thanks!
Hi,
Please use this custom css in Theme Panel > Custom Css – http://screencast.com/t/rx20qkVo
.header-logo-wrap {
margin-top: 40px !important;
margin-bottom: 40px;
}
Thanks!
Hi
To remove the logo you need to edit the file corresponding with the header style that you’re using and delete this code: http://screencast.com/t/tdX9Sat7CeFQ
Let me know how it goes.
Thanks!
Hi
Indeed your logo is smaller than the dimension you indicated: http://screencast.com/t/oNCaXnGroTqm
Try this custom css in theme panel > custom css to increase its size: http://screencast.com/t/KSNBsrjvTpeO
.td-header-sp-logo img{
width: 100%;
max-height: 150px;
}
.td-header-sp-logo{
width: 500px;
}
.td-header-header {
margin-top: 15px;
margin-bottom: 15px;
}
Let me know ho it goes.
Thanks!
Hello tigruz,
I have tested multiple logos at on my end with header style 8 and the logo has no positioning problems.
Make sure you upload a 272 x 90 px logo, or close to these parameters.
Please check other modifications to the header if you have some.
If this is not the case, provide us with a link to your website so we can take a look at the problem.
Thank you!
Hello,
I would like to customize the mobile header of my newspaper website.
http://www.journaldufranc.com
I wish to have the logo centered in the middle of the header, and being able to set its width and height.
Also, I would like to have the search logo on the right. So it will be better balanced.
Could you please tell me how to set this ?
Many thanks.
Hello,
I’m having a problem with putting up a logo. Header styles 9, 10, 11 are not allowing to upload a logo wider than 272 pixels. Actually no matter what header style I choose in Logo&Favicon section I see a note “Upload your logo (272 x 90px) .png or .jpg”.
I’ve tried adding
.td-logo { width: 800px; }
in Custom CSS, and it didn’t work.
What else can I do?
Hello,
I need to have my HEADER STYLE with no logo on my menu. All available styles have the logo attached one way or the other. I just want the menu to exist without any logo added.
Thanks.
t2e
Hi,
On my website running newspaper v4, the top is messed up!
It displays the logo and ad but the top bar is placed above it.
Can be viewed at media-mixture.de.
Wats wrong here, how can i fix this?
Andrei – I am getting feedback from people that my logo has once again shrunk and is being auto resized.
Can you please confirm what you are seeing please.
The logo on the page should show on the page at 500px × 150px AND NOT scaled to 272px × 82px
Any feedback is appreciated.
Thanks
James
Hello.
I use “Header Style 8” and found problem with logo position. I use 272 x 90px logo and its too top.
I try “Header Style 7” and its look good, but i need “Header Style 8”.
Header Style 7

Header Style 8

P.s. i found CSS and make like i need, but maybe it’s some kind of mistake?
How to put h1 tag at my page. It should put on the header.php I have put it on that file under the newspaper theme but when I go at my website it looks my description up in the front of my logo. Any solutions?
My website: http://www.storypickers.com
Hello Team,
Just bought your theme and it is pretty awesome :)!
Am encountering a small setback. Am using Header style 4 : Box dark with menu. I rendered the
top menu transparent but I would like to put the ad just after the menu with the logo. Is it possible ?
Please find how it is actually http://www.screencast.com/t/23GdHjaL
hi, i did look in to the forum and try out all the code about showing the login on mobile device, but still cant get it to work, i do understand the code have to put in under theme panel> custum CSS and the code is
@media (max-width: 767px){
.td-header-top-menu {
display: block!important;
}
}
@media (max-width: 767px){
.td-header-sp-top-menu{
left: 15px!important;}
}
@media (max-width: 767px){
.td-header-sp-top-menu .td_data_time{
display: none;
}
}
but it still didn’t work, the website address i am working on is http://www.scooptw.acsite.org/
can you plz help me out
thank you
Thanks @Chris S
I would like to add a dynamic menu button that reads:
Sign-in (when users are logged out)/ MY Profile (when logged in).
I want the Sign-In Page to include a join now link that redirects users to my existing registration page.
I also want to remove the wp logo, my logo, and the option of clicking dash board, from the admin tool bar.
How much is it?
I just want to create a dynamic login/logout button on my menu. And I want the login to be on a page, just like my current registration page.
Hello,
I updated the theme this morning and I have lost the ability to display a logo in the footer and I have also lost the ability to change it in the Theme options.
My website is http://www.streethunters.net
Can you please advise?
Hi,
I use bbpress and buddypress on my site. I need change this link settings:

Scenario 1: user (all types) clicking this link and then redirect to user profile, not author profile.
And second how add dropdown (if user logged in) for add links (profile, messages, settings, logout)?
Hello Richard,
These are the icons used by our theme: http://screencast.com/t/W6V493fR
You can use them by making an <i> element with a class of for ex: td-icon-logout. This will display the logout icon.
Thank you!
Hi,
These are the fonts used on the demo logos:
Default – Arial Black + Artifika Medium
Tech – Arial Black + Segoe Print Regular
Sport – HelveticaNeue LT 55 Roman Bold + HelveticaNeue LT 65 Medium Italic
Travel – Gotham Bold + Gotham Light
Classic Blog – No.SevenRegular Regular + Adelle Sans Bold
Fashion – Antic Didone Regular + Flamenco Regular + Sarina Regular
Video – Arial Black
Hope this helps!