Title: Create 4 columns
Last modified: September 24, 2024

---

# Create 4 columns

 *  Resolved [chemboy](https://wordpress.org/support/users/chemboy/)
 * (@chemboy)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/create-4-columns/)
 * Hello Newsletter hive
 * I’m using the paid version of the Newsletter plugin and like using the columns
   block. It appears to be able to handle 2 and 3 columns okay, but now I want a
   responsive 4-column block.
 * It would be great if future updates could include this in the interface, but 
   in the meantime is there a way this can be simulated? I’d be happy to hack a 
   file for now if someone could direct me to the correct file?
 * Using the gallery block doesn’t help as that only gives the option for 2 or 3
   column rows.
 * Thanks in advance

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Support [Michael Travan](https://wordpress.org/support/users/michael-travan/)
 * (@michael-travan)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/create-4-columns/#post-18035363)
 * Hello,
 * 4 columns won’t work on email design, that’s why we didn’t include it as an option.
 * Thanks,
 * Michael
 *  Thread Starter [chemboy](https://wordpress.org/support/users/chemboy/)
 * (@chemboy)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/create-4-columns/#post-18035491)
 * Thanks for responding Michael. That’s very unfortunate, as I have four linked
   logos that I’d like laid out in a row.
 * I’ll be looking at the emails I receive from now on with a new eye.
 * I’d like to leave this query open for a while in case someone has a solution 
   to my problem. Four images next to each other, each with an independent link,
   doesn’t sound like too much to ask for.
 *  Plugin Author [Stefano Lissa](https://wordpress.org/support/users/satollo/)
 * (@satollo)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/create-4-columns/#post-18036914)
 * Hi, if you have just 4 logos, you can use the text block. Or simply a HTML block
   with inside:
 *     ```wp-block-code
       <div style="text-align: center"><img src="url logo 1"><img src="url logo 2"><img src="url logo 3"><img src="url logo 4"></div>
       ```
   
 * You may need to specify each image size adding, for example
 *     ```wp-block-code
       <img src="url logo 4" width="50">
       ```
   
 * It’s ok on email to use the old way to specify the width, Outlook loves it. Yes,
   I know, it’s a bit of coding, but once done… you can just save that newsletter
   as a template and it’s ready for the next campaign.
    -  This reply was modified 1 year, 8 months ago by [Stefano Lissa](https://wordpress.org/support/users/satollo/).
 *  Thread Starter [chemboy](https://wordpress.org/support/users/chemboy/)
 * (@chemboy)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/create-4-columns/#post-18038166)
 * hi stefano and thanks for the suggestion.
 * i’ve used the text block and managed to get almost exactly what i want, with 
   a bit of fiddling with the padding. the only problem is when viewing the newsletter
   on a mobile phone, as my last image slips onto a new line
 * it’s a shame that the plugin strips out some of my own code when i use the html
   block by removing the style and only leaving the div tags, as this would resolve
   the issue. perhaps the developers could look into allowing the insertion of all
   the html code in this block? after all, that’s what it’s supposed to be for, 
   isn’t it?
 * i’m going to leave this open for a while, just to see if there are any other 
   responses which might help, but will close it soon if we seem to have run out
   of ideas
 *  Plugin Author [Stefano Lissa](https://wordpress.org/support/users/satollo/)
 * (@satollo)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/create-4-columns/#post-18038238)
 * Hi, the code is stripped away by the WP filtering functions, we cannot remove
   them. To keep the images on the same line on mobile, you could make them smaller,
   it’s not easy to make them responsive without a lot of code. You can try to add
   a white-space: nowrap; to the div and a style=”max-width: 100%” to each image(
   but I don’t think it have effects). Another way is to try to ise a table with
   a single row and 4 cells:
 *     ```wp-block-code
       <table cellpadding="0" cellspacing="0" border="0"><tr><td><img...></td><td><img...></td><td><img...></td><td><img...></td></tr></table> 
       ```
   
 * Tables should not be wrapped. Newsletters al full of tables… 🙂
 * Remember to add the max-width attribute to images, so they can zoom out. max-
   width does not work on outlook desktop and even the padding is ignored by many
   version of outlook.
 *  Thread Starter [chemboy](https://wordpress.org/support/users/chemboy/)
 * (@chemboy)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/create-4-columns/#post-18038281)
 * stefano you genius!
 * the tables solution you suggested works great both in my browser window and on
   my mobile
 * thanks for your help. i’ll mark this as resolved

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Create 4 columns’ is closed to new replies.

 * ![](https://ps.w.org/newsletter/assets/icon-256x256.png?rev=1052028)
 * [Newsletter - Send awesome emails from WordPress](https://wordpress.org/plugins/newsletter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/newsletter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/newsletter/)
 * [Active Topics](https://wordpress.org/support/plugin/newsletter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/newsletter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/newsletter/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [chemboy](https://wordpress.org/support/users/chemboy/)
 * Last activity: [1 year, 8 months ago](https://wordpress.org/support/topic/create-4-columns/#post-18038281)
 * Status: resolved