Denzil Musumba
asked 10 years ago

Kindly check my site http://www.diasporamirror.com and you will see on “Trending” under DW Focus Headline the time posts were published are cutting and not appearing correctly. Please let me know how to fix it.
 
Thansk 

1 Answers
DominicStaff
answered 10 years ago

To resolve the time of the post in the Headline section, below is our instruction:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://cmspioneer.com/designwall/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.

 @media screen and (-webkit-min-device-pixel-ratio:0) {
      #under-navigation .dw_focus_headlines .headlines .time_diff {
               top: 0;
    }
}
.chrome #under-navigation .dw_focus_headlines .headlines .time_diff {
               top: -13px;    
}

Regards,

Powered by DW Question & Answer Pro