Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1242590
    yhshin1020
    Participant

    Hey,

    So I want an info bar from Convert Plug under my slider revolution in my homepage (displayed as an element instead of timed display).

    I’ve gone ahead and added the shortcode manually in the raw content in Cornerstone. However, there are some issues with alignment:

    1) There is a white gap both above and below the info bar

    2) The subscribe form field and button is not aligned in line with the text on the left.

    Could we fix this issue?

    Thank you.

    #1242592
    yhshin1020
    Participant
    This reply has been marked as private.
    #1242791
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .cp-pos-top.cp-info-bar-shadow {
        margin: 0 !important;
    }
    .x-text p {
        margin: 0 !important;
    }
    .cp-form {
        margin: 15px 0 15px !important;
    }

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

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