- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi,
To improve comments in my blog I want to move “Reply” Form and “Related Articles” box as shown in the following picture. I prefer “Reply” form first and “Related Articles” after that. I don’t know if this can be edited in some template or CSS coding.

Thank you for your support!
Best regards!
Hey guys,
I’m a bit of a noob with css, but I try 🙂
I added a newsletter sign up box on my homepage for the mobile theme. It looks good, but there it is aligned with the latest post below. I would like it to be full width, just like the featured posts are.
What custom css could I use to achieve this? It would be great if you could point me in the right direction. Below the custom CSS (I copy-pasted it from regular page):
#mc_embed_signup input.email {
display: block;
padding: 6px 0;
/*margin: 0 40% 15px 0;*/
margin: auto;
/*margin-bottom: 15px;*/
text-indent: 5px;
width: 70%;
min-width: 80px;
/*margin-left: 1px;*/
line-height: 14px;
border-radius: 5px;
}
#mc_embed_signup {
background: #669fb7;
clear: left;
font: 14px;
width: 100%;
max-width: 100%;
border-radius: 10px;
margin-top: 11px;
}
#mc_embed_signup input.button {
display: block;
margin-bottom: 11px;
margin: auto;
width: 40%;
}
#mc_embed_signup .button {
clear: both;
background-color: #3b5998;
border: 0 none;
border-radius: 4px;
color: white;
font-size: 15px;
font-weight: bold;
height: 34px;
line-height: 31px;
padding: 0;
text-align: center;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
max-width: 400px;
}
#mc_embed_signup input {
border: 1px solid grey;
-webkit-appearance: none;
}
#mc_embed_signup form {
display: block;
position: relative;
text-align: left;
padding: 20px 0 8px 0%;
}
#mc_embed_signup label {
display: block;
font-size: 16px;
padding-bottom: 5px;
font-weight: bold;
color: white;
margin-right: 10px;
}
Hello ndmanh2002,
Please try the code below and place it in Theme panel->Custom CSS area.
.sf-menu > li > a {
text-transform: capitalize;
}
The result you should see here -> http://screencast.com/t/kcd2Zhc9vea
Thanks for your understanding!
Hello,
Unfortunately there is no setting to disable the featured image on mobile, but you can use this css code:
.td-post-featured-image{
display:none!important;
}
If you use the mobile theme, add it in the mobile theme settings here: http://screencast.com/t/oRPLrEKfmB or if you use the responsive version, add the code here: http://screencast.com/t/3Gl2RjltdZNS
Thank you!
Hi,
Well you cannot use both. You either use css or the theme colors. Both at the same time will overwrite one another. Change the colors in the code if you use the code method.
Thank you!
Hello,
1. Please make sure you clear all caches and make clear cdn files also. If you have caching on your server, make sure you set it properly by contacting your hosting. Also very important, if you also use a cdn server, make sure you purge files.
2. The mobile theme uses the same footer set-up as the one on desktop. There is no extra settings for the footer on the mobile theme. It will get converted to the default footer style, but the content is the same as the desktop version. The about us section and the follow us are predefined for the mobile theme so if you want to remove them, you must use css to do so.
You can use this code:
.td-footer-description{
display:none!important;
}
Add the code in the mobile theme settings under custom css:
http://screencast.com/t/4LBcVoS4
Thank you!
Hello,
Unfortunately newspaper 4 used icons directly from the theme icons. You can either change the icon from the theme files if you have the proper coding skills or change the icon with css and add a background image to the element:
http://www.w3schools.com/cssref/pr_background-image.asp
Thank you!
Hello,
If you want to remove the search icon, please use this css code:
#td-top-search{
display:none!important;
}
Thank you!
Hello danielegenovese,
If you want to decrease the space between the menu items, you will have to use a bit of CSS code to do it. Please try the code below and pace it in Theme panel->Custom CSS area.
The code is ->
.sf-menu > li > a {
padding: 0 10px;
}
The result you should see here -> http://screencast.com/t/R3STAIX0q8yK
Thanks for your understanding!
Hello,
Every demo has a custom style set to it using custom css. If you want to reduce the top padding of your homepage, yopu can use this code:
.home .td-main-page-wrap {
padding-top: 5px!important;
}
Thank you!
Hello salocharly,
If you want to hide some ads for a certain post, please notice that you can use a bit of CSS code to hide it. Please notice that you will have to use the post ID, which gets it like this -> http://screencast.com/t/rsUaOlbu (using the inspector). For example, if you want to hide an ad for a certain post, you can use the below CSS code ->
.postid-1451 .postid .td-g-rec {
display:none;
}
If you need more assistance in this regard, please provide your website URL and also, please mention what type of ad you want to hide so I will be able to provide a more accurate response.
Thanks for your understanding!
Hello,
There is no setting for this unfortunately. The site will go into boxed version when a background image or color is applied. If you want to change the box width, you can do so with css:
.td-boxed-layout #td-outer-wrap{
width:1200px!important
}
Thank you!
Hello vachos,
First of all, please ensure that you have fully updated your theme to the latest version of it (Newspaper 7.1.1) and also, all the required plugins to the latest version of them (Visual Composer 4.11.2 and Social Counter 4.1). Then, if you want to display the mobile theme, you will have to install the mobile plugin from the premium plugins list, from here -> http://screencast.com/t/1c8WDcsSd To avoid any conflict, please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches, purge CDN file is you are using the CDN system and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Please note that our theme (mobile theme) is fully tested and still working as properly. For more information about mobile theme, please check our documentation here -> https://forum.tagdiv.com/the-mobile-theme/
Thaks for your understanding!
Hi
Try using media queries to make the css only for mobile and tablets. The code should look like this:
@media(min-width: 768px){
.td-header-style-7 .sf-menu {
display: table;
float: none;
margin-left: auto;
margin-right: auto;
}
}
Thanks!
Hello Newspaper-Community!
I just discovered a really cool looking CSS transition-effect.
Take a look here:
http://www.techinsider.io/i-transformed-a-jeep-into-a-moving-house-to-travel-around-africa-2016-6
The logo is animated with the top navigation. Would also fit the newspaper theme really well.
Maybe someone can help me to copy this effect to newspaper?
Have a great Sunday,
Edward
Hi,
Could I have some help here?
I need to:
(1) increase the white space on the left before all text starting in post (something similar to “->-> text” in visual editor).
I tried to add a code to custom css
td.post.content {padding-left: 100px} it worked fine but looked horrible in mobile.
Tried to use % but it didn’t work.
I know close to nothing about css, I took the code from internet.
(2) change font to droid sans.
I tried having experiments with font, style, size, weight on theme panel.
but…
didn’t know why, now all my text is on bold. even though I already set all back to default for fonts.
here’s my url http://www.bukusakumama.com/makanan-sehat-untuk-ibu-hamil/
Thanks
Hi there love the theme and enjoying working with it.
Can you assist:
I need to reduce the white space between elements and cant find the css to do it ?
Also the size of the text heading on the block as shown.
Thanks
Bo
Hi, Ive enabled visual editor for posts and made the changes to the single row as necessary, Ive also added the custom CSS and named the class but still cannot achieve the desired effect…. any help would be appreciated
hi guys,
I been trying a plug-in called ” Defer CSS Addon for BWP Minify ” It has improved my loads speed dramatically from 6 seconds to 2, problem is when page loads there is like one second where you don’t see styles
than the mobile menu appears and despears instantly. It is kind of wird but my site has never been faster. Any chance you guys test this plug to see how it can be set to work properly with newspaper.
I know is of scope but at least may give you inspiration on how to improve speed overall for enwspapper
I am open to suggestions from other users too!
Thanks in advance!
Salo
Hello Paul Walter,
Please notice that this is the theme behaviour when it used this type of post template. Please notice that if you want to change the structure of this block you will have to do it only through additional customization and this involve custom work. Also, if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
As a hint, you can use the following code and place it in Theme panel->Custom CSS area.
The code is ->
.td_block_20 .td_module_14 .td-module-meta-info {
bottom: -100px;
}
.td_block_20 .td_module_14 .td-excerpt {
padding-top:100px;
}
The result you should see here -> http://screencast.com/t/5nCpiyRYcT
Hope this helps!
Thanks for your understanding!
Hi
You have to edit td_module_related_posts.php file and change the thumb used in get_image function: http://screencast.com/t/Gn4kzsYf Make sure you add a thumb registered in td_config.php: http://screencast.com/t/54QSDoL2mQl Also you may need some css customizations for module’s layout. The css code can be added in theme panel > custom css section.
Thanks!
Hi,
I would like to hear your advice.
Currently I use Block20 for the featured post on my website. Unfortunately this block looks only good if I have no sidebar. If I put that block together with a sidebar, too much of the featured image is covered by the white text background (I don’t want to reduce the length of my headlines).
I would like to keep a large block with headline below image and excerpt text. Preferable were the headline and text background only covers a little of the image or not at all (completely below image). None of the existing blocks meet these requirements.
What would be the best way to achieve this? I know you don’t have the time to do customization here but perhaps you can hint me in the correct directions.
Any easy/quick css to change the look (shifting headline and excerpt down or so)?
Are there anywhere additional blocks for download (for sale?)?
Is there an easy way to edit the blocks? (block editor?)
Do you recommend to hire a customizer (eg from fiveer)?
What would the customizer need to do? Child theme? Creating new block or changing existing block?
Kind regards
Paul
Hi Bogdan,
we cleared the cache and tested it on different devices (all kinds of laptops and browsers of people who’ve never been to those websites). We’re 100 % sure, that it’s not a caching problem.
We are using header style 10 – which is supposed to show the bigger version of the logo on all displays, but want it to show the smaller version (width: 130px) on retina displays. This is why we’ve followed the instructions in your documentation for header style 10 (https://forum.tagdiv.com/logo-favicon/) and added the line .td-logo { width: 130px; } to the custom CSS. This line is doing what it’s supposed to do with newspaper version 6.7, but after updating the theme to 7 it does the following: change the logo width to 130px on the home page ONLY and moves it to the left side of the page. On all other sides of the page, it still shows the bigger version on retina displays. Here you can see how it looks on a retina screen: http://www.screencast.com/t/zbk526pSwXBf.
So the problem here is, that we are using retina displays. Retina displays show the bigger version of the logo – non retina display (which you probably have) show the smaller version of the logo. I assume that you have a non-retina display as this is why you only see the correct version or let’s say the non-retina size of the logo.
So the question is: What do we have to do to display the logo with the width of 130px on retina screens.
Best regards
Jenny
Hi,
The method posted by Catalin is the only way of adding a background color or image to your site. you will have to user css to add images as well. The theme works like this: If you do not set a background image or color, there will be only a single container over the full width of the screen so you cannot have a backgground that only appears on the side of the content. This container is only added once you set a color or image from the thme panel. That is why the header and footer go into boxed version, to make room for this background container.
If you want to add an image, use the code Catalin provided and instead of a background color, add a background image like so:
.td-main-content-wrap {
background-image: url("image url here");
}
Thank you!
Hello Manfred,
The tint can be disabled by using this css code:
.page .td-image-gradient-style8:after{
display:none!important
}
.page .td-post-template-8 .td-post-header{
background-color:transparent!important;
}
Add the code in the theme panel-> custom css box
result: http://screencast.com/t/ezPO2PvnxwP
Thank you!