I want to show an image in a row to the right of the title field with an alignment to the right, that works but the image breaks up in mobile view. I have tried fixing it with css code but without success.
The code in the loop view:
<div class="row">
<div class="col-sm-6">[wpv-post-title][types field='training-afbeelding' title='%%TITLE%%' alt='%%ALT%%' size='custom' width='90' height='90' resize='proportional' align="right" ]</div>
<div class="col-sm-3">Bekijk deze training ></div>
</div>
<br>
If i place your line of code inside the code for the loop the image does not show, if i remove the "src=" the image shows but it does not allign to the right, see image attachment.
Is there any reason why you are overwriting the bootstrap column width ?
I would like to know before I make any changes as this is the reason why you are having this issue. The bootstrap responsive css isn't being applied properly because of the custom width values.
I believe i had some issues with the background color styling in the rows if i didn't put the width on 75% in the CSS editor tab.
If the background color shows fine it's not a problem for me if you make the changes.