- NewspaperHow to Add a Logo in Newspaper
- NewsmagLogo & Favicon
- NewspaperShortcodes
- NewspaperHow to Set the Image Avatar
- NewspaperThe Mobile Theme
- NewsmagWhat’s included in Newsmag theme package
- NewsmagMain menu
- NewsmagHeader styles
- NewsmagFooter templates
- NewsmagTheme colors introduction
- NewspaperFavicon & iOS Bookmarklet
- NewspaperHeader styles
- NewspaperWhat’s Included in the Newspaper Theme Package
No, I need TEXT logo in the center of the header.
Hello! Thank you for Newspaper!
How to make Full Width Text Logo (without ad) in the center of the header?
Thank you!
Hi,
Can you make the logo at 300×100 and one double size at 600×200? and see if works?
Thanks!
Hi,
Add this CSS in Theme panel -> Custom CSS
.td_980_resp .td-full-logo .td-grid-wrap {
padding-top: 0px !important;
}
Thanks!
Hi,
In normal logo(300px) and if you want that image to be fine in retina display, upload in retina logo a double size image.
Thanks!
It did work!!! Thank you very much!
I’m having just one more little problem, when I use Header Style 1 or 4 with Logo Settings alignment left + full size (235×154), the logo gets really stretched, almost +50% of its real size. When using Style 3 or 6 the stretching doesn’t happen, but Left Alignment is not possible in that case, so won’t work for me.
Can you imagine why that’s happening?
Thanks!
which module i have to use to upload 1074? 300box upload or 600box upload? both?
-
This reply was modified 12 years by
zelatech.
Hi,
1. Do you need to change the font and size only on post with that CSS becouse the content font, size and line-height can be changed directly from Theme panel -> Custom Typography
http://screencast.com/t/BJPDjNBeRMeW
Also if you need only ok post use your CSS but on that large font you need a higher line-height value. Try with line-height: 28px
2. In v3 the post file is loop-single.php http://screencast.com/t/OjJNnEQ4G
3. Add a RAW HTML above the slider with this:
<h4 class="block-title">
<span>YOUR TITLE HERE</span>
</h4>
4. Via CSS, add this CSS on the logo selector border-bottom: 4px solid #4DB2EC; with your color. If you don’t manage it only if you give me your site URL to inspect it and i will give you the right CSS.
5. Give me your URL to see it, can be done via CSS
6. Same here
Thanks!
Hi,
Do you use the Full width logo + menu? This is used to upload a full logo that cover the full width. Use in logo a full image at 1074px
There with 300 and 600px means that the logo size is at 300 on normal screen and on retina display will be used at double size (on Ipad with retina, or iphones or other smartphones, tablets with retina display)
Thanks!
Thanks for the reply!
About n. 1, I see you are right, they used black background color to “complete” the fullwidth effect. Anyway, I should have explain myself better:
I’m going to use an illustration on my header, but I want the image to cover all the width of the header, I don’t want the margin on sides, and I can’t use background color to “complete” the sides of the header because it would look like weird (it’s a colorful illustration and I want continuity).
Ideally I would use an background image (fullwidth) + logo, but since that is not possible with this theme, I though that the Style 3 header would be the solution (combining the background illustration and the logo in one image and setting it as the fullwidth logo at theme panel), but now I see that even in the fullwidth logo I still have margins on sides.
Anyway, please tell me if, by CSS, it’s possible to have a real fullwidth image background on header (without any margin on sides). If not, I think the alternative could be use the boxed version with background image and transparent header, right?
Thanks again!
i have last version of newspaper, last update.
setting fullwidth+menu and uploading 300px and 600px png logo, i can see only 300px version.
all resoluzions, all responsive versions show 300px logo. why?
Hello,
I have a problem with internet explorer.
Browsing the site with internet explorer the banner of adsense XXXXX is not aligned to the right but is centered, covering the logo, as you can see from the attachment.
How can I fix?
This problem does not occur with other browsers
look:

Hi!
I’ve just bought the theme and I’m loving it!
I’m making the first tests on it and I have some doubts:
1. How can I set my header exactly like this one http://criss-colfer.fr/test/ ? I mean: higher than the demo, fullwidth and no borders.
I tried to set the Header Style 3 – (full width logo) + menu in the Theme Panel, also no image or color background, but the only thing I get was this: http://fotografiaetc.com.br/
I appreciate if you can explain me how to do these changes easily, since I’m not an advanced user.
2. I’ve made some initial customization, but I’ve noticed that Chrome and IE displays the theme very differently, specially concerning the (i) content width and the (ii) theme main color (IE shows part blue, part yellow), why is that?
3. Finally, I’ve made the sample content installation, but my theme is not showing any of the images (as you can see in the link above), what can be wrong?
Thank you very much for your help!
Hi,
Add this CSS in Theme panel -> Custom CSS
.td-full-logo .td-grid-wrap {
padding-top: 0px !important;
}
.td-full-logo .container-fluid {
padding: 0px !important;
}
.header-style-3 .td-logo img {
padding-top: 0px !important;
}
Thanks!
Hey Epic do you see the customizer in the x version
Under Appearance I don’t get the theme options.
http://www.clipular.com/c/5322946855829504.png?k=ZWZ8hapxxdBnbSFEGZM7h42rzC8
In the old version from last year I do?
http://www.clipular.com/c/5145255468859392.png?k=lya6sHSDxC9OZmtsqPV2Gse12zA
I’m trying to change my logo and cannot find where to do it in this x version.
Is this the same for you?
Fixed. I needed to add the small image and the retina logo.
The logo is not always showing. Where do I hard code the logo in?
http://test.michealslyderink.com/
Hi, what I’m trying to do is make the Logo fit the hole (Yellow) area at the top. I’ve tried to find the CSS coding myself but I’m rather lost.
I tried to use the
HEADER ALIGNMENT UP/DOWN
Move the header up/down (ex. -10) help with the placement but doesn’t seem to help.
Hi,
Show me your site url to inspect it.
Thanks!
Hi, currently I have my website set to Full responsive (980px) I’m using Style 3 – (full width logo) + menu.
The problem I am having there is on both left and right sides of the banner it is re-sizing down to 966 width, I’ve tried to edit the CSS code myself and removing the padding around the Logo, but each time I do it effects the padding on the hole website I believe that’s due to its in one container.
Is there custom CSS code I can use to only remove the margin/padding around the logo.
Thanks Micheal
Just to let you know that this issue appeared to be a cache problem after all.
It turns out my web hosting provider had cached an old version of the site that was conflicting with the upgrade somehow.
Thanks for helping out!
Hi,
1. DO you mean the logo and ad section? you can hide it with this CSS
.td-header-bg {
display: none;
}
Add it in Theme panel -> Custom CSS
2. That is in latest version, you have to update to latest version 3.3
Thanks for your message!