Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #312097
    Belinda Bagnall
    Participant

    Hello,

    I am having an issue with the site description not displaying properly on mobile / tablet devices. On mobile, the description doesn’t display at all and on tablet, the description overlaps the site logo.

    The staging site can be viewed here: https://cottamweb.com/myb-staging

    Has anyone else experienced this problem with this theme and is there a solution?

    Many thanks.

    #312103
    tikaram
    Keymaster

    @manageyourblock : I checked your site on a mobile device and the site description is displaying at my end. Please try clearing the browser cache at your end and check again. To fix the overlapping issue please add the following additional css.

    @media screen and (max-width: 1200px) and (min-width: 600px) {
      a.custom-logo-link img {
        max-width: 80%;
      }
    }

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Site Description not displaying on mobile’ is closed to new replies.