Problem with text in widget

Hi, I’m trying to get my articles to not overlap in my widget. The problem is in the browser as well as in the mobile view. The text seems to float outside it’s own picture and in to the next one. Se pictures attached

I’m also wondering if it’s possible to click on the pictures and not just the text to get into the article?

Hey there,

I hope you are well today and thank you for your question.

To be better able to assist you, kindly provide the URL to your website, so we can have a look at the issue.

Best regards,
Support.

Hi, thank you for your quick answer.
Here is the url. http://www.techtopia.se

Hey there,

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path. Increase the value to push the content up.

Admin Area -> Appearance -> Customize -> Additional CSS

/*pushes widget post info up*/
@media (max-width: 990px){
.newspaper-x-recent-posts > ul > li .newspaper-x-post-info {
    bottom: 118px;
}
}

Best regards,
Support.

Hi, thank you so much for your help. The CSS solved most of the problem. However the tags is still below the border.
Se attached picture. It do not help to increase the value in the code.

Also i cant get the picture to be linked to the article instead of just the text in the header.

Best regards
Jonathan

Hello there,

I have checked the website and I am not seeing and overlap so please clear your browser cache and reload the page to see the correct changes.

Best Regards,
Support