WordCamp Europe 2023 Special Offer - Get 30% OFF any edition with coupon: WC30

My Account

Forums

Home Forums General I feel that the order of sections is incorrect!

Viewing 3 reply threads
  • Author
    Posts
    • #51478
      Mohmmed K
      Participant

      Hello ,
      I hope everyone is well,
      I have a lot of problems when splitting columns
      Each section is supposed to be a row..
      Then the columns
      Now it’s like this:
      https://www.dropbox.com/s/tsfzaamchzx3bvs/2021-06-23_23-18-30.jpg?dl=0
      This method sometimes causes a lot of problems
      It is assumed that each section that is added is a row on the front end

      It’s supposed to be like this

      <div class="row">
          <div class="col-md-8"></div>
          <div class="col-md-4"></div>
      </div>
      <div class="row">
          <div class="col-md-12"></div>
      </div>
      <div class="row">
          <div class="col-md-4"></div>
          <div class="col-md-4"></div>
          <div class="col-md-4"></div>
      </div>
    • #51575
      Mark Westguard
      Keymaster

      Hello,

      Out of curiosity could you provide an example of a layout that you are trying to achieve that you can not do with the current method?

      Thanks,
      John

    • #51581
      Mohmmed K
      Participant

      Hello ,
      When I have a section that is 8 columns
      It’s a recurring oath

      The other section is Columns (4).

      When the section is repeated, the second section goes down, and is supposed to stay at the top!!

      I tried to explain in a simple video
      https://drive.google.com/file/d/1NjvmtjG1-RBEa6hqSVRXeljmqoCS0tFc/view?usp=sharing

    • #52990
      Mark Westguard
      Keymaster

      If you add a new section, it is added below the first section. This is by design.

      Thanks

      Mark

Viewing 3 reply threads
  • You must be logged in to reply to this topic.

Login