I need help with some withe spaces between elements

Posted in: Newspaper
Post count: 12

Hi, i need some help with some white spaces between elements, i’ve made a print screen with the spots and also if possible change the advertise block that is between social media buttons, and if possible too change the order of the social buttons. Sample page: http://www.tabrutal.pt/este-homem-vive-no-meio-de-uma-floresta-num-boeing-727/

Print screen: http://www.screencast.com/t/XwsFlYRt

Thanks for the help, once again!

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css to remove spaces: http://screencast.com/t/ykRDYlNbQj9http://screencast.com/t/rsscO8XrU

.et_monarch .et_social_inline_top {
margin-bottom: 0px;
}
.et_monarch .et_social_inline_bottom {
margin-top: 0px;
}
.single .td-post-content .post {
padding-bottom: 0px;
}
.td-g-rec-id-content_bottom .adsbygoogle {
margin-bottom: 0px;
}
.td-social-like-tweet ul, .td-social-sharing {
margin: 0px;
}

To change the order of the like buttons please make this change: http://screencast.com/t/SnGvC0no
Result: http://screencast.com/t/j22YsTMa083s

Unfortunately the bottom ad is in the content and it cannot be moved so easily, but you can paste the code in a custom ad(don’t use bottom ad anymore), edit you post template that you need and echo your custom ad there after the like buttons: http://screencast.com/t/n4wZ6esrtEsq

<?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]'); ?>

Result: http://screencast.com/t/JceFCM9NT7

Thanks!

Post count: 12

Alin [tagDiv] thank you very much for your attention, you guys are the best team in support that i ever worked before, honestly!

All its perfect except, when i put the code from the custom_ad_1, the white spaces in the bottom appeared again: http://www.screencast.com/t/7MsyoOUkL

Thanks!

Post count: 12

And one other thing, when i paste the code of the new facebook like box for pages, i don’t know why but in the developers facebook page it’s in my language (portuguese), but in my page it’s in english, how can i set the language to show in portuguese, my config has pt_PT, and the wordpress is set to portuguese.

Post count: 7909

Hi,

Please try this custom css: http://screencast.com/t/0JjTLjc6

.single .td-g-rec-id-custom_ad_1 {
margin-bottom: 0px;
}
.single footer .td-social-like-tweet {
margin-bottom: 10px;
}

If you refer to the like button, this is changing according to the user language on facebook – http://screencast.com/t/rxTcru9b

Thanks!

Post count: 12

Thanks a lot Alin [tagDiv], you’ve been a great help for me, everything is fine now, great job!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.