Related Articles Image Too Wide

Posted in: Newsmag
Post count: 106

At the bottom of posts the Related Articles appear. On mobile devices (phones) the image – Related Articles More from Author is too wide for phone screens. The image runs past the right edge of the screen.

How can that be corrected? Where can I find that image in the code and modify it?

Thanks,

Post count: 23312

Hello awtown,

It is neccesary to decrease the font-size value. For this, please try the code below and place it in Custom Css area, like this: http://screencast.com/t/KzM8ZPXiaY

@media (max-width:767px) {
.td-related-title .td-related-left {
font-size:11px;
}
.td-related-title .td-related-right {
font-size:11px;
}
}
@media (min-width:767px) and (max-width:1035px){
.td-related-title .td-related-left {
font-size:17px;
}
.td-related-title .td-related-right {
font-size:17px;
}
}

You can adjust the font-size value until you achieve as you want.

The result you should see here: http://screencast.com/t/Dn2W22bgo5h

If is not what you mean, please provide more details!

Hope this helps and let us know how it goes!

Thank you!

Post count: 106

Fabulous. That did the trick.

Thank you for the wonderful support.

Post count: 23312

Hello awtown,

Glad that I could helped!

Thank you for the message!

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