first i want to say thank you to the Kirby Team for all your love in Kirby .
But now i have a question about the coloumns plugin.
I use this plugin on many sites and it work very fine. I use the latest nightly build.
I would like to create a new template for a site. I like to have a 2 coloumns grid here. On the first coloumn i want to intigrate the fancybox plugin. On the second coloumn i add some text.
For this template i didn’t want to use the kirbytext and want to add the text and the fancybox plugin directly into the template. My question now is can i use the coloumn plugin here right? because when i do this and add the following sample text to it like this:
then it does not appear side by side but each other.
Is this normal because i didn’t used the Plugin in Kirbytext? Maybe someone can help me? Thanks
Greetings
florian
li img {
float: left;
margin: 0 15px 0 0;
}
ul li {
list-style-type: none;
overflow: hidden;
padding-bottom: 25px;
}
This basically creates a list of items (blogposts) in the loop.
The image is set to floating to the left so it will reside there and the text will adapt to image position.
you may want to play with the margins, though.
perhaps this helps you out with your request?
note that this will only work for the img tag within a li tag