- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
- NewsmagTheme colors introduction
Hi, is there any way to remove this bottom to top option for mobile devices ?

Hi,
You can use custom css in Theme Panel > Custom Css to make this change, but please note that making this change it won’t change the position for mobile menu. It still will be opened on left side.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi Alin,
Thank you for the custom CSS. Works great.
I have amended it as follows:
.block-title > a, .block-title > span {
background-color: #ffffff !important;
color: #1c1c1c !important;
border: 1px solid #1c1c1c;
border-radius: 0px !important
}
.td-footer-container .block-title > a, .td-footer-container .block-title > span{
background-color:#686868 !important;
color: #ffffff !important;
border: 1px solid #ffffff;
}
This squares the borders and brings the titles into same color style as the blocks and the footer. (I trust I did this right?)
It works beautifully on “Posts”.
However, it appears that on “Pages”, the width of the page is actually set to be more narrow than the width of “Posts”. Thus the top of the borders on my Footer titles disappear on “Pages” but work fine on “Posts”.
See the differences here:
I noticed something a few days ago when my text padding on “Pages” gave me more white space in the margins on mobile devices than my “Posts” did.
White space is a desirable effect when it comes to typography, but I was unable to replicate this effect in “Posts”. Didn’t realize at the time why.
Is there some way to have the boxing of “Posts” and “Pages” to be the same? I am kind of surprised that they are not by default. Am I missing a setting in VC?
And if not, I will need a fix for the borders of my footer titles on “Pages” that does not ruin the borders on “Posts”.
Edit:
I don’t know if you guys have ever noticed this, but the tops of your backgrounds in your Footer Block Titles are clipped off on “Pages” even before we amended this style.
-
This reply was modified 11 years by
CtrlP Press.
-
This reply was modified 11 years by
CtrlP Press.
-
This reply was modified 11 years by
CtrlP Press.
Hello,
I have noticed in my visual composer library that some items are missing (such as “Facebook Likes”).
Have you been omitting specific visual composer elements?

Hi,
I would like to check if it’s okay to shift the position of the nav button to the right instead of the left, and the logo to the left instead of the right?
Hi,
Do you want to make them larger? – http://screencast.com/t/szPmbs3rO
If you want this only on mobile please use media queries:
@media (max-width:767px){
.ui-tabs-nav a {
padding: 4px 40px 4px 40px !important;
}
}
Change the padding how you need and add the code in Theme Panel > Custom Css.
Thanks!
Hi,
I don’t recommend to reduce to decrease this padding as it is part of the grid width. Modify it you will need to modify also the width of the theme. Unfortunately Newspaper has an fixed grid layout, responsive as it is fluid and style for desktop/tables/mobile screens. So changing the width would not be easy as it needs changing the width value for all elements on pages and for this you would need custom work.
The space above you ad can be reduced using custom css as there is a css that it is applied on custom ads: http://screencast.com/t/QZaw3ePO
.page .td-grid-wrap .td-a-rec-id-custom_ad_1 {
margin-bottom: 10px;
}
Change the number if you use a different custom ad and also if you use adsense code you have to use this class(change a with g) .td-g-rec-id-custom_ad_1
Thanks!
Hi,
What theme version do you use? As I have checked this with your logo and did not found any issues – http://screencast.com/t/6ZeFHKl3Fa
The latest theme is 4.6.3 and the latest version of Visual Composer tested with the theme. Please use this guide if you need to update (FTP method) – https://forum.tagdiv.com/how-to-update-the-theme/ and update also the theme’s plugins that come with the theme’s files from /plugins folder.
You can try this custom css if you don’t want to update the theme – http://screencast.com/t/TFLiNWd0
@media (max-width: 767px){
.mobile-logo-wrap img {
width: 150px !important;
top: 0 !important;
}
}
Thanks!
Hi – Trying to figure out if there is any configuration where we can use the Big Slide across 2/3 of a 3 column layout? We’ve tried just about everything, various mixes of template settings, page attributes and Visual Composer elements. Screen capture of builder area here. Simply looking for Big Slide at top, 2 columns of content under and sidebar along the right column. Tried both actual sidebar layout and full layout with “Widgetized” Sidebar content element. Right now, area just remains blank and pushes any other content down. If we add a background color to the content block, the color shows, but no Big Slide.
Thanks so much for your time, any suggestions would be appreciated.
Just installed newsmag to a managed wordpress hosting from godaddy.
However, the icon on my desktop and mobile site are not loaded properly (lagging…) is there a problem with the installation.
website: http://www.asmaramu.com
thank you!
Hello Lucian!
Here is the screen shot of my site and as you can see that you can see the sticky menu- http://imgur.com/bySMqGp
Screenshot for the setting – I only activate mobile snap because i want the menu to snap on mobile devices only. http://imgur.com/dEDJhLr
Regards!
Hello,
I would like to know how I could change the text “Close” on the mobile menu to an X instead?
Thanks
Thank you for the prompt response.
I’ve set it up on this website as a test http://www.NYCclubsandlounges.com
The logo here on mobile has it’s top portion overlap the Top Ad.
The one I’m concerned about is http://www.MSproductions.com but do to it’s traffic I don’t have it live during the day as I work on it over night to reduce downtime for visitors.
The bottom portion of the logo gets cropped off a bit and I’ve made the images within the exact dimensions requested by the theme.
I have 3 tabs on mobile vrsion, but I want to spread size, from left to right, so without blank space
Hi,
I’ve also tested this on various browser’s (IE, Firefox, Chrome, Safari, Opera) on different OS and found the expected behavior. On your site all work the same way, I haven’t found any differences between browsers as you’ve reported – the menu stays fixed at the top of the page when scrolling down and snaps on mobiles when you scroll up so it means you use this option: http://screencast.com/t/F5mztMIbnj
You need to use this option: http://screencast.com/t/DSshlFG6hwS to make the menu always snap on mobiles and desktop also. The same behavior you can find on our demo site: http://demo.tagdiv.com/newspaper/ – it uses the “smart snap (always)” option which makes the menu always snap when you scroll up. If you need other functionality for this we suggest you get a freelancer to implement it for you as you need additional customization for it.
If you already use this option and this is the result you have let me know.
Thanks
Hi,
Thanks Chris!
@Samm You can try this custom css to reduce the size of articles box on mobile – http://screencast.com/t/o5ZALedkJIR
@media (max-width: 767px){
.td-more-articles-box-title {
min-width: 170px !important;
}
.td-more-articles-box {
width: 200px !important;
padding: 15px 5px 0px 5px !important;
}
.td-close-more-articles-box {
left: 0px !important;
}
}
Or you can hide it if you want to not be displayed on small screens – http://screencast.com/t/zUXUBfos
@media (max-width: 767px){
.td-more-articles-box {
display: none;
}
}
Thanks!
Hi,
Unfortunately the theme doesn’t have an option to disable sidebar on mobiles, but you can hide it via custom css:
@media (max-width: 767px){
.td-main-sidebar {
display: none !important;
}
}
Thanks!
Hi,
Once again when the smart snap mobile is active the main menu remain fixed on desktop screens(when you scroll up or down) and on mobile appears only when you scroll up. We check your site many times and it is working properly, please clear cache.
1. Please try this custom css to hide “to top” button: http://screencast.com/t/TIfAu6B4kt8
.td-scroll-up-visible {
display: none !important;
}
2. Also for h5 you can change the font size using media queries: http://screencast.com/t/Zzrwvc46gj
@media (max-width: 767px){
.td-post-text-content h5{
font-size: 20px;
}
}
Thanks!
Hi,
Yes, you can display it using custom css as the top menu was not designed for mobile devices that’s why is hidden.
You can add this custom css to display it also on mobiles but you may need some additional customizations for menu items that may drop on more rows – http://screencast.com/t/rHnQKiUT
.td-header-menu-wrap {
display: block !important;
}
A solution will be to hide some top menu elements(if you want only menu to be visible) using media queries – http://screencast.com/t/E7jiGxvPO6Co – this is an example
@media (max-width: 767px){
.td-header-menu-wrap {
display: block !important;
}
.td-header-menu-wrap .td_data_time, .td-header-menu-wrap .td-social-wrap, .td_ul_login {
display: none;
}
}
Thanks!
Hello, how can I change the color so that everything appears to have a black background?
Pages, posts, etc.
I see the option to change the “background” color (Theme Panel > Theme Color), but within the body all content seems to be placed on top a white background.
Also, it appears the bottom portion of my logo is cropped in mobile. Is this normal? Is there a setting I can adjust to prevent this from happening?
Thank you,
Hello,
Is there a way to put the TOP menu (the black one) in the mobile format?
Tnks!
worked great thanks. now i need to disable sidebar on mobile devices, any way possible?
Hi,
Our ad system was designed to work with adsense code, if you don’t use adsense code you will have to use these divs to display your banner – https://forum.tagdiv.com/ads/ as the ad options to disable and size work only with adsense code.
So if want your banner to be visible only on mobiles you can try to use this div:
<div class="td-visible-phone">
your code
</div>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Thanks. I did that and i worked, but if i insert the custom ad via shortcode, the ‘disable on desktop’ button does not work. and he mobile ad is showing on desktop as well.
How can i fix that?
Thanks
Hi,
Firstly I wanted to say thank-you for a great theme that both looks and functions so beautifully.
I have 2 questions please:
1. I have installed the “more articles” feature which works great but is very large – on a mobile screen it takes up the whole screen (so none of the original article can be seen) and cannot be closed because the close button is above the screen. Is there a way to make it function better for mobile and smart devices?
2. How do I install the ticker feature?
Thanks,
Sam