Hi Joel.
I understand the math now. Sorry about that. Must calculate padding on both sides of each card. I have tried several variants in Facebook Feed > Customize > Misc > Custom CSS :
#cff .cff-item {
width: 21%;
clear: none;
padding: 0 2%;
border: none !important;
}
#cff .cff-item {
width: 23%;
clear: none;
padding: 0 1%;
border: none !important;
}
#cff .cff-item {
width: 19%;
clear: none;
padding: 0 3%;
border: none !important;
}
However, none were successful. In fact the site is completely unresponsive to this change. It still looks the same as when I initially toggled the columns setting to 4.
Additionally, when I try to change the feed height in Customize > General > Feed Height, the height doesn’t change, but the third and fourth posts stack on top of each other. Quite a mess.
I do appreciate your help. This is literally last piece of the site I am doing as a volunteer for a 501c3. They have a tiny operating budget (about $500 – $750/yr), so going pro is, unfortunately, not an option. I do appreciate your assistance very much.