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

    Hi, for the life of me, I can’t find a way to make a design like this on this theme.

    View post on imgur.com

    Essentially want to make 4 columns, with an image above, white box below with the text, all on a different color background (basically exactly like the image above)

    Issues I’ve run into:
    -Using grid columns, with image as the background image, but everything butts up against each other. If i change CSS styling on grid, i don’t know how to make sure it only changes on one page only
    -I tried inserting the image as a media item, but the text below wouldn’t line up correctly

    any thoughts on achieving this design with the theme?

    #1436544

    Hey designmek,
    Thank you for your patience, try using a color section with a gray background color, and add four 1/4 columns with a background image and a whitespace element to set the height of the column to something like 200px:
    Then add four 1/4 columns with a background color of white and zero margin in the row margin option, and add a text element with the custom class bottom-text-padding
    Enfold_Support_4922.jpeg
    then use this css to add a little left padding to the text:

    .bottom-text-padding {
        padding-left: 10px;
    }

    This is the results I had:
    Enfold_Support_4924.jpeg
    or if your previous attempt is working good you can add a custom class to your grid so your css only changes your one grid.

    Best regards,
    Mike

    • This reply was modified 8 months, 3 weeks ago by Mike.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.