Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #616806

    Hello,
    I’m having an issue where the background for the icon boxes is not fully extending to cover the content. The icon boxes have a -160px top margin to overlay on the color section.

    http://www.carrypermit.net/beta/wp-content/uploads/2016/04/chandler.png

    • This topic was modified 8 years ago by Roger. Reason: mis-spelling
    #618958

    Hey Roger!

    Thank you for using Enfold.

    Please add this in the Quick CSS field to fix the float issue:

    .iconbox_content_container:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
    }

    Cheers!
    Ismael

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