You can see the trending box is on a straigh line with the headlines
Hello willysawa,
Please try to use a bit of CSS code to align the Trending Now feature. Place the below code in Theme panel->Cusotm CSS area.
The code is ->
.td-trending-now-wrapper {
padding-left: 25px;
}
The result -> http://screencast.com/t/9S9NscfC45
Thanks.
Hello willysawa,
If you want to add this feature for your side above your menu, you have to use the do_shortcode method in order to achieve as you wish. You have to add the following snippet of the code in header-menu.php file, like this ->
http://screencast.com/t/8XbhMLA0rfZ and the code is ->
The result you should see here -> http://screencast.com/t/HfWKKiEnOF
Thank you for the message!
Hi
You need to generate a shortcode which will contain all settings for trending now block. To achieve that add the block on a blank page then set it as you want using block settings: http://screencast.com/t/knqeahy7F After everything is set switch in back-end editor copy the shortcode and paste it inside do_shortcode function http://screencast.com/t/0d4T4rUyal0 Here is an example:
<?php echo do_shortcode('[td_block_trending_now category_id="21" limit="9"]');?>
Thanks!
-
This reply was modified 10 years by
Andrei L..