I seem to be getting this problem in tags. The placement of the tags runs when we have more than one column.
in this set up, the page/post is set up as follow
[av_one_half first]
content content
[/av_one_half]
[av_one_half]
accordian
[/av_one_half]
http://afa.org.sg/what-is-a-4th-gen-hiv-test/
http://afa.org.sg/portfolio-item/what-is-a-4th-gen-hiv-test/
this error also appears in posts that have columns and or images that have alignment.
e.g.
[av_one_half first]
img align right
[/av_one_half]
[av_one_half first]
content1 content1
[/av_one_half]
content2 content2 content2
text in full width div (content 2) will float into the empty space if content 1 is longer than image in right column.
Hi vin8tan!
Thank you for using Enfold.
Try adding this on Quick CSS or custom.css:
footer.entry-footer {
clear: both;
top: 20px;
position: relative;
}
Best regards,
Ismael
Hi Ismael,
thanks for that, unfortunately, it didn’t work.
Hi!
The code suggested by Ismael do work, here’s what it should do when applied:
http://screencast.com/t/37r1aV1e6ZF
Cheers!
Josue