Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #655366

    Hello, I want to add more than 5 columns, for example 6, how it can be done?

    #655369

    Hey rypro!

    Can you please post the link to your page and a screenshot showing the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
    There are few ways to create 6 columns, it would be better if we saw what you have in mind first so we can provide the most convenient one

    Best regards,
    Yigit

    #656134

    Down there where are different pests in blue, I need another column, so they need to be 6.

    #656617

    Hi,

    Please add Color Section element in your page with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then add six 1/3 column elements and then please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (min-width: 990px) {
    #custom-cs .av_one_third:nth-child(1) {
        margin-left: 0;
    }
    #custom-cs .column-top-margin {
        margin-top: 0;
    }
    
    #custom-cs .av_one_third {
        width: 14.1%;
        float: left;
        clear: none;
        margin-left: 3%;
    }}
    

    Best regards,
    Yigit

    #657771

    Still doesn’t work.

    #658031

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

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