Nedd "Style 1" Header but WIDE size

Posted in: Newsmag
Post count: 39

Hi.
I need to make style 1 looking Header, but must be wide. Just like in style 6, but Main menu must be below logo.I get what I want with style 6 Header, but main MENU is above logo I need it below.
style 1header wide

  • This topic was modified 10 years by vladica79.
  • This topic was modified 10 years by vladica79.
Post count: 6535

Hi

The easiest way would be to move the main menu under logo in header style 6 like here: http://screencast.com/t/cKqpkoK53Nox To achieve that just replace the code from header-style-6.php file with this one: http://pastebin.com/qnXsJVSrhttp://screencast.com/t/Dx3RoQAMfk

Let me know how it goes!
Thanks!

  • This reply was modified 10 years by Andrei L..
Post count: 39

No problem with that. Now everything is OK.
Second question is. How can I make “Trending Now” sticker to show post TIME, and to auto rotate latest news. Like you can see here below menu.
Or something similiar to that.

Post count: 6535

Hi

You can display the post format by adding this code in td_module_trending_now.php like here: http://screencast.com/t/fKNqvB3zk

<div class="trend-time">
<?php the_time('g:i a') ?>
</div>

Also you will need this custom css in theme panel > custom css:

.td-trending-now-display-area .entry-title {
display: inline-block!important;
margin-right: 10px!important; 
}
.td_module_trending_now .trend-time{
font-family: 'Open Sans', arial, sans-serif;
font-size: 11px;
transition: color 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
position: relative;
top: -2px;
display: inline-block;
}

You can filter the articles be displayed in trending now block from its settings: http://screencast.com/t/zPdG1jSwO

Thanks!

  • This reply was modified 10 years by Andrei L..
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.