Question

How can I add images side by side not one by one in static block?

I created new block like I created new block like this

And I got result as My result

But I need like this I got result

Was it helpful?

Solution

It's not a case of adding images side by side, you just manually select the images you want to display in your static block and force them to stand next to eachother with CSS

if you have put a div around your images you can do something like:

#divname img{float:left;}

But you have to provide more code for me to know what CSS rule you should use

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top