Hi there,
There’s a few adjustments I’d like to make to the theme:
1. I’m not using the default share buttons so would like to remove the space seen here: http://take.ms/UxtMC (Please note I would like to do this on all templates)
2. I would also like to remove the space between comments and author box: http://take.ms/KpCGU
(Please note I would like to do this on all templates)
3. I would like to remove the author box on MOBILE ONLY.
That’s it for now at least. I would appreciate a little help implementing these changes.
Thanks in advance,
Mark
One more thing…
Despite disabling the header ad on mobile it’s still showing up: http://take.ms/S1g3I and http://take.ms/6tCRb
Hi,
1. Try ith this CSS:
.td-post-header-holder {
margin-bottom: 10px !important;
}
2. Use this:
.author-box-wrap {
margin-bottom: 10px !important;
}
3. Use this:
@media (max-width: 767px) {
.author-box-wrap {
display: none;
}
}
4. This section http://screencast.com/t/P0rOkwz2zw work only for Adsense Ads, do you use adsense or just an image ad?
Everything worked great!
About number 4–I’m using adsense but I’m also using Ad Rotate Pro and inserting the shortcode into the header ad section in the newspaper dashboard. It worked fine with all other versions.
About number 1 the CSS you suggested has only achieved what I wanted for post template 4. The other templates still have space at the top and bottom. Would you like me to give you access to the site?
Just to be clear…
I want to control the space in these margins: http://take.ms/zDCIV, http://take.ms/kPAjt on EVERY post template: http://take.ms/j3HQy.
The CSS you gave me only worked for template 4.
Hi,
Do you want to remove the post content margin top? http://screencast.com/t/7ZgDhHUasL this differs for each post template for example style 3 doesn’t have any margin – http://screencast.com/t/LOtzjruXAa
This is the default css and you can change it like you need:
.td-post-content {
margin-top: 21px;
}
Thanks!
OK, the top margin is fine now. Thanks.
Another issue… the CSS is working to close the gap between content and author box here: http://take.ms/JwCED but not here: http://take.ms/2cuJZ
Here’s the CSS I am using: http://take.ms/6sJ8a
Any suggestions?
-
This reply was modified 11 years by
Daniel Finch.
Also this is happening to template 3 http://take.ms/vf24B :S
Hi,
1. Please provide a link so I can take a look – gap between content and author box.
2. Please increase margin bottom value for .td-post-header-holder or change this value for each post template that you use. Add a default value for .single .td-post-header-holder and then change it for each template where is not looking fine using uni .single_template_x .td-post-header-holder
Thanks!
I have attempted what you said but nothing’s happening… maybe I am doing something wrong. Would you be able to enter the correct CSS for each template and I can edit and change the values.
Where do I send login details?
Nevermind, I have managed to fix it.
How do you close this gap: http://take.ms/DcvZr?
Hi,
Please provide a link as I can inspect this and provide an accurate solution.
Thanks!
Could you please provide me with your IP address? That way I can allow you to access to the without taking the coming soon page down. Thank you.
Could you please provide me with your IP address? That way I can allow you access to the site without taking the coming soon page down. Thank you.
Hi,
Please try this custom css for post style 9 – http://screencast.com/t/Qg20WzQrpzqI
.td-post-template-9 .td-post-featured-video {
margin-bottom: 20px;
}
Thanks!