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!
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
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
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!
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
this works perfect :)
thank you big time!!!!!
:D
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
you can close it, thank you so much! :)
Hi netzfuchs,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko