dustin-cabeal
asked 10 years ago

Hi,
After updating to the latest version of DW Focus my headlines have been cut off at the bottom of the news scroll on the front page. I thought it might be the meta data that I was including, but after turning it off it still happens. Again, its just the last two versions of the update that do this. Here’s a screen shot to help demonstrate what I mean, but you can see it on ComicBastards.com as well.
http://imgur.com/tSuJDIo
 

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://designwall.com/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;     
}
.navbar .nav .menu-parent-item > a {     padding-right: 13px; }

Regards,

dustin.cabeal
replied 10 years ago

Hi Dominic,
I followed the steps listed, but it’s still doing the same thing.
http://comicbastards.com/
Here’s what my CSS looks like http://imgur.com/tTuGceu
Thanks,
Dustin

Dominic Staff
replied 10 years ago

You can add the following code to the Editor CSS:
.news-slider .carousel .carousel-inner .entry-header { padding: 30px 20px; }

dustin.cabeal
replied 10 years ago

That worked! Thank you

Powered by DW Question & Answer Pro