Home › Forums › ASE Support › displaying title alongside content in two columns › Reply To: displaying title alongside content in two columns
Keymaster
Hi, sorry about this late reply. the floater content doesn’t care about what’s underneath because it’s supposed to be a floater. But here is a workaround for you. You can add the following CSS code:
.aesop-content-component-floater.floater-left {
max-width:30%;
}
Hope this helps.