Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1335384
    Andrew F
    Participant

    Can I add breaks in the topbar that are only visible on mobile? My site is here http://westminster.bryantconsultants.com/ and I need breaks between the addresss, phone and request appointment. (By breaks now I mean <br />

    Thanks

    #1335429
    Joao
    Moderator

    Hi Andrew,

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

    @media (max-width: 480px) {
    .x-topbar .p-info a {
    display: block;
    }
    }
    
    

    Hope it helps

    Joao

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