Link under image space

Posted in: Newspaper
Post count: 8

Hello.
There is a unwanted space between image and link under the image in the posts. How to eliminite it ?

Post
Custom CSS
Post Editor
Inspector CSS

As you see there is a br code between image and link Although I haven’t added a br code or pressed “enter” !

Post count: 7909

Hi,

Please provide a link so we can inspect this and try to provide a solution.

Thanks!

Post count: 8
Post count: 22421

Hello,
The space is being generated by a line brake: http://screencast.com/t/UxEloTjuHTi
Please try to remove the
element from the text view when editing yor post. Simply enter text mode and you can see the html tags: http://screencast.com/t/LxxymiEs
I hope this helps.
Thank you!

Post count: 8

Bogdan, thank you but there is no nbsp or br element in the post. Please look :

br tag

Post count: 22421

Hello,

I tested this and found that using a

element instead of a span for your links will eliminate the space.
example:

stroylandiya


You can then use this custom css to enlarge the images to 100% and reduce margins:

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

Thank you!

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