Hi Enfold-Team!
I want to center two 2/3-colums in one horizontal section.
The usual way for doing this is adding two 1/6-columns left and right – alas: I don’t have those.
Can you help me out with a custom css?
Thanks :)
Fritz
Hey fritzves,
You can add something like this on Quick CSS:
.flex_column.av_two_third {
margin-left: 20%;
}
Best regards,
Jordan Shannon
Hey Jordan!
Thanks for your fast reply.
That was not the final solution, but you pointed me in the right direction.
If anybody else has this issue:
Enfold > Layoutbuilder > Show element options for developers (enable)
Now you can address each layoutelement with a custom class.
I added a classname only to the first element.
and then:
.nameforelement {
margin-left: 20%;
}
Hi,
I’m glad you found a helpful solution, and thank you for sharing. Did you need any further help on this topic?
Best regards,
Jordan Shannon
Guess that’s it! You can close this thread :)
Thanks again, love to work with Enfold! You guys are awesome.
Hi,
If you need further help, please let us know here in the forums.
Best regards,
Jordan Shannon