Internal links not responsive

Posted in: Newspaper
Post count: 1

Good afternoon. My name is Ruben and I am the web site manager http://liverdades.com which uses newspaper.

The reason for writing you is because I have a small problem. I don’t know if you can help me. When inserting the internal links at the end of the articles, in the mobile version they do not become responsive. It appears cuted and don’t fit the screen width.

I don’t know how to make internal links appear as responsive when uploading articles in mobile version. You can check it from any mobile device by loading any page.

Thank you very much for your attention and a cordial greeting

Post count: 20688

Hi,

From what I can see the iframes are not displaying properly on desktop as well, they are not using the full width available in the post content
https://www.screencast.com/t/TXLOlNr8p
The iframes have fixed width value. A better solution would be to make them use all the space in desktop, while solving the mobile issue as well. Like this
https://www.screencast.com/t/O5HCwLLGk
https://www.screencast.com/t/Il1C2GG4
This is the code used, enter it in Theme panel->Custom CSS

.td-post-content iframe {
width:100%;
}

Please let us know if you need further help, or the solution is not working properly.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.