Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1129924
    bak
    Participant

    Hi

    1) On mobile vie, the custom headlines do not center align. How do I achieve this?
    2) I have a margin between the left and right column. How can I eliminate it?

    #1129929
    bak
    Participant
    This reply has been marked as private.
    #1129945
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    @media (max-width: 480px){
        .page-id-5637 .h-custom-headline.h3 {
            text-align: center;
        }
    
        .page-id-5637 .x-accordion {
            margin-bottom: 0;
        }
    }

    Hope it helps 🙂

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