Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #320396

    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]
    

    Tag placement

    tag placement

    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.
    alignment

    #321035

    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

    #321076

    Hi Ismael,

    thanks for that, unfortunately, it didn’t work.

    #321667

    Hi!

    The code suggested by Ismael do work, here’s what it should do when applied:
    http://screencast.com/t/37r1aV1e6ZF

    Cheers!
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.