Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #405426

    Hey!

    I am trying to create something like this:

    So my idea was to create a color section, set it to 100% and put a gridrow in it to create the textboxes, so I’m able to align them properly. However I can’t put a gridrow inside of a color section.

    Any work arounds/a better solution for this?

    #405470

    Hi vincent132132!

    It looks like you would only need two color sections. The first would have a background image and the second would have some 1/3 + 1/3 + 1/3 columns with textblocks inside.

    You can add an ID to the second color section and then use this CSS to get the vertical borders.

    #custom .entry-content-wrapper > .av_one_third:last-child {
      border-right: 0 none !important;
    }
    #custom .av_one_third {
      border-right: 1px solid black;
    }

    Assuming “custom” is the ID you set to the color section.

    Cheers!
    Elliott

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