I am trying to display data from a custom post type in a template (using a child theme). I can do this successfully until I change the page layout to 2 columns. When I Change a 2 column layout my content jumps to the foot of the secondary widget.
this is probably a css issue but any help is appreciated.
I have a custom template with some dynmaic content. It appears what I have embedded in the template appears outside the #content div, making it display further down the page. There are some text details in the rhs widget itself.
You have placed your code in wrong place. Please place your code inside #content so that it will be displayed in main content area and will not jumps to the foot of the secondary widget.