this is a noob question i know but is there an easy way to have a 60% / 40% column layout with kirbys column plugin ?
You can do that via CSS, change the 50% to 60/40 using the :first-child
and :last-child
selectors.
this is a noob question i know but is there an easy way to have a 60% / 40% column layout with kirbys column plugin ?
You can do that via CSS, change the 50% to 60/40 using the :first-child
and :last-child
selectors.