Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #879362

    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

    #879407

    Hey fritzves,

    You can add something like this on Quick CSS:

    .flex_column.av_two_third {
    margin-left: 20%;
    }

    Best regards,
    Jordan Shannon

    #879424

    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%;
    }

    #879426

    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

    #879427

    Guess that’s it! You can close this thread :)
    Thanks again, love to work with Enfold! You guys are awesome.

    #879428

    Hi,

    If you need further help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to center two 2/3 colums’ is closed to new replies.