Hello
Can you tell me how can I create a different style in an article? I mean, to put the photos in different place... for example at the left, and the text at the right. Something like a magazine layout.
technova76 Hi If you are using a T3 template , it support bootstrap 3 you can learn the custom classes from here : https://getbootstrap.com/docs/3.4/css/#images and make different blocks with help of bootstrap classes. to move the image into left or right you can use float classes on the image. example to move any container/image to right apply
float: right;
its custom styling you need to apply.
Thank you, I'll give it a try...