Broken rows / columns
-
Hi all,
Which file in the theme Editor contains code for structuring rows and columns?
I need to fix my “testimonials” section. The four posts in a two-column structure SHOULD look like this:
<div class = "container"> <div class = "row"> <div class = "column col2">...</div> <div class = "column col2">...</div> </div> <div class = "row"> <div class = "column col2">...</div> <div class = "column col2">...</div> </div> </div>But instead I see this:
<div class = "container"> <div class = "row"> <div class = "column col2"> <div class = "testimonial">...</div> <div class = "column col2">...</div> </div> <div class = "row"> <div class = "column col2">...</div> <div class = "column col2">...</div> </div> </div> </div>Any ideas on how to fix this?
Thanks guys!
S
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Broken rows / columns’ is closed to new replies.
