Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1399574

    Hi there!

    How do I center only one column (f.e. 1/3) in the content section?
    As explained on https://kriesi.at/documentation/enfold/columns/#toggle-id-13 does not work …

    Thank you big time!

    • This topic was modified 1 year, 8 months ago by netzfuchs.
    #1399628

    Hi netzfuchs,

    I tried to inspect your site however I could not find one of these Custom IDS eh-center-align-columns or ih-center-align-columns as mentioned in the documentation.
    Which section are you referring to on the link you gave?

    Best regards,
    Nikko

    #1399668
    This reply has been marked as private.
    #1399718

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    .v-1qcp8-68565ec2f18f6a37b715c354cfe0384e {
        display: table;
        margin: 0 auto;
        width: 100%;
    }

    Best regards,
    Rikard

    #1399822

    Hi there!

    How can I handle this by using a Section ID?
    So that I may use the code for similar Color Content Sections as well?

    Thank you!

    #1399827

    Hi netzfuchs,

    You can use Custom CSS Class (located in Advanced > Developer Settings) for that instead of Custom ID.
    For example, if you put center-content to Custom CSS Class, then you can just add this CSS Code in Quick CSS:

    #top .center-content .flex_column {
        margin: 0 auto;
        float: none;
    }

    Then if you want to re-use this on other Color Sections, you’ll just need to add center-content to their Custom CSS Class.
    I hope this helps.

    Best regards,
    Nikko

    #1399847

    this works perfect :)
    thank you big time!!!!!
    :D

    #1399885

    Hi,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1399889

    you can close it, thank you so much! :)

    #1399903

    Hi netzfuchs,

    We’re glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to *center align 1 column in a content section* ?’ is closed to new replies.