Styling is not working, at least in subcampaigns
This is what @mediastreetnet reports: When I add pictures to campaigns, even if I select for them to be on the right, they always show up in the page itself completely on the side without any text surrounding it https://streetnet.org.za/campaign/international-day-of-street-vendors-november-14-2021/ Even though technically I arranged the text in a different way.
I managed to make it work adding manual css:
/* temp changes to make images align right */
#subs .alignright {
float:right;
padding-left:20px
}
#subs figure figcaption {
font-size:0.8em;
}
But there should be a better way.