• Resolved capecodvalet

    (@capecodvalet)


    I’ve got a customer who wants one of their pages to look like this:

    https://ashraya.valetconfidential.net/images/131015_websiteidee_judith_contact.pdf

    I was thinking I could come close to formatting it using CSS, but so far I’m not having any luck. I have my page setup so that each image and each group of “contact” text is in its own paragraph (inside p tag), so in theory a grid of paragraphs would come close (with the exception of the last, double-wide grid), but I’m just not seeing it yet.

    I thought about a template, but since all the work involves dealing with stuff in the_content((), I’m not sure what I would be able to do there.

    I thought about a plugin to handle each country as a custom post type, too – hoping to avoid that, but willing to do it if it is the only way to go.

    Any ideas? Thanks!

    – Fred.

Viewing 1 replies (of 1 total)
  • Thread Starter capecodvalet

    (@capecodvalet)

    Oh geez, nevermind – I was all wrapped up in column-count property value and once I dropped that and just used display:inline-block for each p tag everything is getting to where I want it.

    Sorry if anyone started putting any thought into this.

Viewing 1 replies (of 1 total)
  • The topic ‘grid display of the_content paragraphs’ is closed to new replies.