Home Forums Free Themes Signify Site Title and Tag Line not displaying on responsive phone format – worked B4?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #184149
    Joanne Werneke
    Participant

    Hi

    My Site Title and Tag line are not displaying on the responsive phone display? They did work a week or so ago? The Title and Tag line still display on the Computer and Tablet responsive displays? I did try removing the Title and Tag Line and then putting them back and republishing them I still get the same problem? Need this fixed it so people know what site they are on it just shows the site logo and that is it!

    Thanks for your help!

    #184157
    sanam
    Keymaster

    Hello @JMWERNEKE,

    Could you please share your site URL so that we can look into the issue? since it’s working fine on our side.

    Regards,
    Themepalace

    #184404
    Joanne Werneke
    Participant

    peoplesguidesac.org

    #184405
    Joanne Werneke
    Participant

    I was unable to submit before there was an error so that is why it took so long to reply

    #184409
    sanam
    Keymaster

    Hi @JMWERNEKE, Please add this CSS in the Additional CSS

    .wp-custom-logo .site-identity {
    display: inline-block;
    }

    Go to Customizer >> Appearance >> Additional CSS, paste the above CSS there, and published the site.

    Regards,
    Themepalace

    #184437
    Joanne Werneke
    Participant

    Hi

    Thanks Ok I did that and the Site Title and Tag Line are there but the search magnifying glass is gone now? I need that there too on the phone.. again it shows up on the computer and tablet just not on the phone? I need that back as well…

    #184439
    sanam
    Keymaster

    Please add the following CSS

    .site-header-menu {
    justify-content: center;
    align-items: center;
    }

    #primary-menu-wrapper {
    margin: 0;
    }
    #primary-search-wrapper {
    display: block;
    }

    #184474
    Joanne Werneke
    Participant

    Thank you so much that worked so everything displays right!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.