Hi,
2 widgets new list, into dw column (2 columns).
The title of the first post is strange…
if I choose "excerpt" it’s more long
There is a problem, or something escapes me ? π
Thank you

Hi,
To resolve this issue, you can log in to Dashboard > DW Focus > General > Add the following code to the Custom css.
.dw_focus_widget_news_list .post .entry-thumbnail {
position: inherit;
float: left;
margin-right: 20px;
}
.dw_focus_widget_news_list .post {
padding-left: 0;
}
Hope this helps !
Thank you Dominic,
I tried it, but now the thhumbnail image hide the title.
You can see it HERE
Have you tried to add the following code to the Custom CSS section:
.dw_focus_widget_news_list .post .entry-thumbnail {
position: inherit;
float: left;
margin-right: 20px;
}
If you have added the code line in the Custom CSS section that still face there issue, you can send me username & password of your site (via private answer) for further checking.
Regards,
I have helped you resolve it you can check the DW News List widget now.
Super! Thank you. π How did you do that ?
If I add same widgets it will be ok ?
- Could you please check again. The next widget (DW Column/DW list) (Category "Femmes") has another problem with the title. First part of the title is up side, and the last part is under the thumbnail. It’s not the same for "Jeunesse" at the right.

The title of this post at the left begin with little words. I tested : if I remove spaces between little words, the title is under the thumbnail.

- Is it not possible to set up thumbnails rectangular, but not square format? If it’s a solution, go for it! I really prefer the rectangular format π
I have helped you resolve this issue. To resolve this issue, you should use the codes line in the DW Focus > General Settings.
To set up thumbnails rectangular, you can open the \wp-content\themes\dw-focus\inc\widgets\dw-focus-news-list.php
file. Find the line 130.
Replace the following code: <div class="entry-thumbnail"><a href="<?php the_permalink(); ?>"><?php the_post_thumbnail( 'thumbnail' ); ?></a></div>
With new code: <div class="entry-thumbnail"><a href="<?php the_permalink(); ?>"><?php the_post_thumbnail( 'dw-focus-archive' ); ?>
Hope this helps !
It’s ok. I tried it. It works. But the focus archive image is very small (not like other widgets, news grid for exemple.
Is it possible to have same miniatures ? If it’s not possible, any problem. π
I have fixed it.
fantastic ! Thanks again…
Please login or Register to submit your answer