CMS Development

AllisonAltus
Contributeur de premier rang

images within a blog

Résolue

Hi i have two images side by side in my blog post, with a space in between them. They look good on desktop however when viewed on mobile they stack on top of each other with no space between them and not aligned. Any help on how to fix this?

Thanks

Allison 

0 Votes
1 Solution acceptée
Jsum
Solution
Conseiller clé

images within a blog

Résolue

@AllisonAltus,

 

I think your best bet would be to give each of them inline styling. If you want them to stay side by side you could do something like this:

<img src="" alt="" style="width: 49%; float: left;">

<img src="" alt="" style="width: 49%; float: right;">

You can find the markup for your post body by clicking the "<>" icon in the rich text module tool bar. 

Voir la solution dans l'envoi d'origine

0 Votes
1 Réponse
Jsum
Solution
Conseiller clé

images within a blog

Résolue

@AllisonAltus,

 

I think your best bet would be to give each of them inline styling. If you want them to stay side by side you could do something like this:

<img src="" alt="" style="width: 49%; float: left;">

<img src="" alt="" style="width: 49%; float: right;">

You can find the markup for your post body by clicking the "<>" icon in the rich text module tool bar. 

0 Votes