Categories
Uncategorized

bigcommerce page builder – 2 column layout for mobile

follow a quick video with the below code.

<style>  
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: auto; 
}
 
.column img {
  width:100%;
}
</style> 
 
<div class="row">
<div class="column">  
  <img src="https://bigmadness.com/wp-content/uploads/2020/05/Screen-Shot-2020-05-16-at-10.57.20.png"></div> 
<div class="column">  
  <img src="https://bigmadness.com/wp-content/uploads/2020/05/Screen-Shot-2020-05-16-at-10.57.20.png"></div> 
<div class="column">  
  <img src="https://bigmadness.com/wp-content/uploads/2020/05/Screen-Shot-2020-05-16-at-10.57.20.png"></div> 
<div class="column">  
  <img src="https://bigmadness.com/wp-content/uploads/2020/05/Screen-Shot-2020-05-16-at-10.57.20.png"></div> 
</div>