Ryan Rindar
asked 8 years ago

I’m having an issue where my website doesn’t format correctly. So far, it only appears either when I have the bookmarks tab open in safari, or when the web browser borders have been shrunk. The thumbnail for the articles in the main section get pushed into the title and the intro text. I’ve attached some pictures to show you what I mean. Do you know how to fix this?

2 Answers
DominicStaff
answered 8 years ago

Please send me your site and some screenshots for further checking.

DominicStaff
answered 8 years ago

I have checked your site. To resolve this issue, you can log in to Dashboard > Settings > Media and setting the thumbnail size is: 110 x 110px.
In case, you want use thumbnail size is: 150 x 150px, you can add the following code to the Custom Css in the General setting of DW Focus tab.

@media (max-width: 1200px) {
.dw_focus_widget_news_list .post {
     padding-left: 160px;
  }
} 

@media (max-width: 991px) {
.dw_focus_widget_news_list .list-unstyled {
     margin-top: 40px;
  }
} 

Note: I have helped you added this code to Custom CSS section.
Hope this helps !

Powered by DW Question & Answer Pro