Home › Forums › CSS › Layout horizontal Divs › Reply To: Layout horizontal Divs
November 27, 2015 at 9:58 am
#235321
Participant
I removed the right margin that I think you’re referring to and kept the 20.875%.
But it’s not working the way I intended. It appears that I need to keep the right margin to match up with the column spacing with the default widgets columns.
#footer-widget .et_pb_widget {
margin: 0 0 5.5% 0;
width: 20.875%;
}