London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
I decided to move ahead and use CSS to have the blocks show up as inline blocks, and apparently that solved my problem.
EPiServer generates a DIV for the content area, and wraps all blocks in individual DIVs. By setting the block wrapper element to display: inline-block, it allowed me to have the blocks show up next to each other, and also this also works in Edit mode.
I'm not sure whether this is the recommended approach so it would be nice if someone could give me a heads up.
Hi guys,
I'd like to implement the inline blocks like in the Alloytech MVC demo site. I'm just not sure where I should start. Does anyone know of any tutorials I can use as reference?
I'd like to be able to place blocks to the left/right of another block like in the demo site.
Thanks in advance.