Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #852382

    Ying-Fu Li
    Participant

    Hi,

    I have some info on the top bar: http://heldenopreis.nl but on smaller screens that info gets vertically aligned with the social icons and as a result the email address of the info is not clickable anymore. Is there a way around this or should I just disable it on smaller screens?

    #852585

    Darshana
    Moderator

    Hi there,

    Could you please try adding the following CSS media query into your Customizer, Custom > CSS area.

    
    @media (max-width: 480px) {
      .p-info {
        display: block;
        width: 100%;
      }
    }
    

    Hope that helps.