Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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

    #1192983

    Hey OKEIwebbureau,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #1193021

    Hi Victoria,

    Done – all is disabled.

    Thanks :)

    /OKEIwebbureau

    #1193136

    Hi,
    Have you tried to Enable the Avia Layout Builder Debugger and copied the shortcode from the documentation page to your test page
    2020-03-14_163233.png
    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,
    Mike

    #1193218

    Hi Mike,

    I have tried that too.
    I am giving up.
    Login details added below.

    Please take a look – thanks :-)

    /OKEIwebbureau

    #1193224

    Hi,
    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,
    Mike

    #1193245

    Thanks, 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

    #1193275

    Hi,
    I commented out the justify-content: center, check now.

    Best regards,
    Mike

    #1193325

    Thanks 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

    #1193335

    Hi,
    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘6 columns are not working’ is closed to new replies.