Home › Forums › Weaver Xtreme Theme › Flex columns Spacing › Reply To: Flex columns Spacing
1- The space before EXPERIENCED is a weird one, I see nothing in the styling explaining it, but I believe it is the result of the facebook icon being floated right.
I can fix the problem by doing one of two things:
a- Inserting a break after the <h1> Lisa Schneider… and before the <span> of the EXPERIENCED text
<h1..>Lisa Schneider…</h1>
<br/>
<span….>EXPERIENCED</span>
b- Adding a display:block to the <span> tag making it
<span style=”color: rgb(39, 103, 191); display: block; “><strong>EXPERIENCED </strong></span>
2- I do not understand what you are saying for the last row why would you set it up as two columns if it is only meant to show one?
Right now there is only one element in there set for 99% so not sure what you did with the settings.
Do you by any chance have an empty box?
3- I am also not sure why you use several flex-columns widgets instead of one with everything in it
4- First and second row break down when the browser gets smaller. See my follow up post below on why that is

