Mark Miller
asked 10 years ago

In DW Focus, the  search results page has no margins or padding around the thumbnails. The text butts up next to the image. What can I add to the CSS to correct this. I see that on the demo page the search is formatted correctly. http://demo.designwall.com/#dw-focus I am using the most recent version of Focus. Thanks — Mark

Staging example here: http://www.stage.sonatype.org/wp/?s=clm&submit=Search

1 Answers
DominicStaff
answered 10 years ago

To resolve this issue, 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.

.search .content-inner .entry-thumbnail { padding-right: 12px; }

Hope this helps !

Mark Miller
replied 10 years ago

Thanks. That worked.

Powered by DW Question & Answer Pro