-
AuthorPosts
-
March 13, 2020 at 1:16 pm #1192875
Hi support,
I am trying to have 6 columns on the page (top colorsection): https://findmygps.dk/FindMyGPS/
…but I cannot make it work. I have been following this documentation: https://kriesi.at/documentation/enfold/example-of-six-columns/The css code is added in the QuickCSS.
I have tried to adjust width and margin, but I can never get the last container (all are 1/5) to stay on the same line as the others.Can you help?
Thanks :)
/OKEIwebbureau
March 13, 2020 at 8:38 pm #1192983Hey OKEIwebbureau,
Can you disable caching and minification for now?
Best regards,
VictoriaMarch 13, 2020 at 11:34 pm #1193021Hi Victoria,
Done – all is disabled.
Thanks :)
/OKEIwebbureau
March 14, 2020 at 10:36 pm #1193136Hi,
Have you tried to Enable the Avia Layout Builder Debugger and copied the shortcode from the documentation page to your test page
Then to test the css on the one page, just paste this into a code block element:<style> /*---------------------------------------- // Create more than six Columns //--------------------------------------*/ #av-extra-columns .entry-content-wrapper { display: flex; flex-flow: row wrap; justify-content: center; } #av-extra-columns .column-top-margin { margin-top: 0 !important; } #av-extra-columns .flex_column { width: 14%; flex-basis: 14%; margin-left: 2%; margin-top: 20px!important; } #av-extra-columns .flex_column.first { clear: none!important; margin-left: 2%; } /* Two columns in mobile */ @media only screen and (max-width: 768px) { #av-extra-columns .flex_column { margin-bottom: 20px!important; margin-top: 20px!important; /* Width of the container */ flex-basis: 40%; } #av-extra-columns .flex_column:nth-child(even) { margin-left: 10%!important; } } </style>
Best regards,
MikeMarch 15, 2020 at 1:52 pm #1193218Hi Mike,
I have tried that too.
I am giving up.
Login details added below.Please take a look – thanks :-)
/OKEIwebbureau
March 15, 2020 at 3:25 pm #1193224Hi,
Thank you for the login, it seems that you can’t use the columns “equal height” option with this. But in your case they all look the same anyways. Please clear your browser cache and check, they are all in a single row now.Best regards,
MikeMarch 15, 2020 at 5:21 pm #1193245Thanks, Mike – that worked super :)
Now everything in the color section is
justify-content: center;
… but I would like the headline rotator to stay aligned left.How do I do that?
/OKEIwebbureau
March 15, 2020 at 8:43 pm #1193275March 15, 2020 at 9:55 pm #1193325Thanks again, Mike – I works super now.
I thought that “justify-content: center” kept the columns centered, but I guess I was wrong.
Please close.
Thanks :-)
/OKEIwebbureau
March 15, 2020 at 10:39 pm #1193335Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
- The topic ‘6 columns are not working’ is closed to new replies.