Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #926963

    Hi,

    I followed this thread trying to re-create 6 columns but it is not working on my site.

    What am i doing wrong?

    #926997

    Hey navindesigns,

    Can you post the thread you followed? also can you give us temporary admin access? so we can try to check the backend. Just post the login details in Private Content.

    Best regards,
    Nikko

    #927004

    sorry here is the thread link – https://kriesi.at/support/topic/design-elements-16/

    also, login below

    thanks so much

    #927529

    Hi,

    I have created a test page (link in private content), duplicated from the homepage and these are the steps I did:

    1. Moved the Programs text outside/above the Color Section.
    2. Added six-columns in the Color Section’s For Developers: Section ID
    3. Duplicated the last 1/5 column
    4. Set 1/5 Column’s Equal Height Columns to Individual Height

    Let us know if you need further assistance :)

    Best regards,
    Nikko

    #928346

    That worked.

    Thanks!

    #928455

    Sorry one more thing.

    It’s not working on mobile

    #928663

    Hi,

    No worries, please try adding this css code in Quick CSS:

    @media only screen and (max-width:767px) {
      #six-columns div .av_one_fifth {
        width: 48% !important;
        margin-left: 4%;
      }
    
      #six-columns .entry-content-wrapper > .av_one_fifth:nth-child(2n+1) {
        clear: both;
      }
    }

    This should make it 2 columns on mobile devices and would look better, let us know if it helps :)

    Best regards,
    Nikko

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.