Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1049049
    bak
    Participant

    Hi there

    I would like to have standard mobile design
    – how can I achieve that the custom headline on mobile is center aligned?
    – How can I make the line to the left disappear on mobile view?

    #1049050
    bak
    Participant
    This reply has been marked as private.
    #1049244
    Christopher
    Moderator

    Hi there,

    Please find this code :

    #dienstleistungen .x-text, #dienstleistungen .h-custom-headline {
        border-left: 1px solid #cccccc;
        padding-left: 10px;
    }

    And update it to :

    @media (min-width:979px){
    #dienstleistungen .x-text, #dienstleistungen .h-custom-headline {
        border-left: 1px solid #cccccc;
        padding-left: 10px;
    }
    }

    Change headlines alignment in cornerstone, see the attachment.

    Hope it helps.

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