Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #748149

    Hi,

    i need to build a gridrow with 3 or 6 columns and i have several questions.

    Is it possible to create a 6-column-gridrow?
    How can i set a 10px withespace between the columns?
    Is it possible to set a gridrow on content-width?

    best regards
    tom

    #748751

    Hey hoibi1984,

    You could probably achieve a 6 columns grid using custom CSS but it’s not supported in the layout builder, maybe it would be better if you use 3 columns?

    About the margins; please post a link to your site and we’ll have a closer look.

    Best regards,
    Rikard

    #748808

    Hi,

    thanks for your help.

    The Site-Link is in the private-area. I need to build a gridrow in content width and with custom margin between the columns. In this example 3 columns would be fine. I have to build some other pages where i need 6 columns.

    BR
    Tom

    #751078

    Hi,

    Try to do the following:

    1. Create a 3 columns gridrow and add an ID col-a
    2. Create another 3 columns gridrow and add an ID col-b
    3. Add this css code in Quick CSS (located in Enfold > General Styling):
      #col-a, 
      #col-b {
          width: 50%;
          float: left;
          clear: none;
      }

    Hope this helps.
    Best regards,
    Nikko

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