1/3 2/3 columnization malfunction

this page is a mess. I did the columnization feature. it is columnizing content after the tag is closed. I tried to add a

tag to close it off resulting in a HUGE space underneath another element.

please help.

http://biotobody.com/products

Hello There,

Thanks for writing in! Adding a <div> tag or any unclosed tag will always result to an issue or even messed up the page. Could you please provide the exact and full content you have added before you inserted the div tag? If possible, please provide us access to your site so that we can take a closer look.

Best Regards.

the div tag is gone. here is the full code:

[column type=“1/3”]
[image type=“rounded” src=“http://biotobody.com/wp-content/uploads/2018/09/palm-oil-products.jpg” alt=“Palm Oil Products”]
[line style=“width:100%;margin:0 auto;”]
[/column] [column type=“2/3” last=“true”]

Palm Oil Products

We extend agricultural best practices to ensure the palm fruit is picked at the premium time delivering quality palm fruit (red) and palm kernel (white) oils.

As we source from smallholder farmers, we realize there are barriers for these individuals to achieve sustainability certifications that were previously designed for large-scale commercial plantations. Our Farmer Forward Initiative collects findings to better understand what the barriers to these certifications are while researching agricultural techniques that focus on plant-productivity to deter land-acquisition—we want to protect as much of the Congo Rainforest as we can.

[/column]
[gap size=“400px”]
[line style=“width:75%;margin:0 auto;”]
[gap size=“80px”]
[column type=“2/3”]

East African Essential Oils

We source our essential oils from farmers in East Africa. Luscious scents such as East African eucalyptus (more fragrant than what you typically see in stores!), Rwandan marigold, patchouli, lemongrass, rosemary, and geranium deliver powerful botanical aromas and a host of therapeutic benefits.

As many of these plants are new to our East African farming network, we have seen positive developments in the lives of the farmers. Many have saved earnings to start secondary businesses.

[/column] [column type=“1/3” last=“true”] [image type=“rounded” src=“http://biotobody.com/wp-content/uploads/2018/09/essential-oils.jpg” alt=“Essential Oils from Africa”]
[line style=“width:100%;margin:0 auto;”]
[/column]

Sustainability from Forest to Farmer

But our supply chain doesn't end there. We're happy to help with the marketing strategy you might need to explain the importance of sourcing from local, smallholder suppliers and educate on our efforts to create fair and responsible value chains.

Please contact us for B2B inquiries. We will get back to you shortly!

Hi,

Your code seems to be correct.

Please wrap your columns in a container or content band, that will reset the float set to your columns and will make the following elements display in a new row.

eg.

[content_band style="padding:0;"] 
      [container]
          [column type="2/3"] Place your content in here. [/column] 
          [column type="1/3" last="true"] Place your content in here. [/column]
      [/container]
[/content_band]

For more information kindly refer to the links below

http://demo.theme.co/integrity-1/shortcodes/content-band/
http://demo.theme.co/integrity-1/shortcodes/container/

Hope this helps

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.