Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1197266
    jmcbrands
    Participant

    http://8af.a80.mwp.accessdomain.com/grant-application/

    On my page, we’re using Email Me Form to handle our contact info (not my choice, but oh well).

    It automatically adds margins to the left, and for the life of me I can’t make it go away.

    #emf-container{
    margin: 0px !important;
    }

    It doesn’t do anything whether I add it to the Cornerstone CSS editor, Customizer, or inside a <style> tag after the element. Any ideas why this wouldn’t work?

    #1197429
    Joao
    Moderator

    Hi There,

    We cannot affect elements that come inside the iframe with CSS.

    I have a suggestion, altough is not really a super good pratice, it might help,

    Please add the following code to Appereance > Customizer > Custom > CSS

    @media (min-width: 1200px;) {
    .post-1395 .entry-content iframe {
    margin-left: -200px !important;
    }
    }

    Let us know how it goes,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1197266 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>