• Resolved sustapd

    (@sustapd)


    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

    • This topic was modified 7 years, 2 months ago by sustapd.
    • This topic was modified 7 years, 2 months ago by sustapd.
    • This topic was modified 7 years, 2 months ago by sustapd.
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.