Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1036304
    Noaviv
    Participant

    Hello,

    I have set up a very long accordion page using shortcodes for a client.

    After he went in and added all his content there were a few stray line breaks messing up the layout

    Here is a screenshot: http://noaviv.d.pr/1fkhy
    and the page link: http://noaviv.d.pr/yunb

    Is there anyway via css to fix these?

    #1036813
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    Those line breaks are added by you and can be removed again. For example, instead of like this,

    [shortcode1]
    [shortcode2]

    Should be in one line,

    [shortcode1][shortcode2]

    Thanks!

    #1037513
    Noaviv
    Participant

    Hello, I tried this and it is still showing the extra space.

    Here is how it looks in the wordpress editor and the space is still there.

    Edit_Page_‹_TVS_Internet_Marketing__LLC__—_WordPress.png

    #1037824
    Rue Nel
    Moderator

    Hello There,

    To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-accordion .x-accordion-group {
        margin-bottom: 0;
    }

    Hope this helps.

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