Disable Inner Container for One Column Only

Hi there,

I’ve got a row with split into two halves (two columns). I want for one column the inner container to be applied but disabled on the other. How is this achieved?

Huge thanks in advance!

Tom

Hello Tom,

Thanks for writing in!

Please note that Inner container option can only be applied to Row’s under section, it’s not available for columns. As a workaround, you can add following CSS to the column that you want to apply Inner Container. Please add following CSS under Customize > Setup > Element CSS:

$el{
width: 50%;
margin-right: 1%;
}

Thanks.

Thanks, @Prasant, but this hasn’t worked sadly. Any other suggestions or am I doing something wrong?

Hey Tom,

As Prasant mentioned, the inner container setting is only applicable to the row so I am not certain about the current setup of your columns. Would you mind providing the link to the page you are working on and point out the columns you are referring to so that we can check it and provide some suggestions?

Thank you.

Sure thing! Will add a secure note.

Hi Tom,

I tried the login details but they seem to be incorrect. Kindly double check.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.