When I view the site on a mobile phone, the name of the site is shown in very large text. This is problematic as we have a long name. 🙂 Can we fix this so that instead of "American Cavalier King Charles Spaniel Club" on the mobile version it displays either "ACKCSC" or does not display the name, or displays it in a small size font?

    eileens
    Hi
    On which site i can see this name? the submitted site details has logo image on the top and that is hidden for mobile, if you will show it, it will auto resize.
    Can you share the page url on which i can see the site name, i will help you to resize the font in mobile view.

    Regards

    Yes, I ended up hiding it because the type was not auto resizing. I can show it again so you can see it.

    Honestly, I'm about ready to just remove the template and go somewhere else. I've never experienced so much frustration or such a learning curve trying to get a website looking the way I want it. Nothing is easy, and it seems like I fix something, and a couple of weeks later, I have to fix it again.

    It looks like I finally got it to display ACKCSC, but it appears off center on my phone. If I swipe left, it looks like there is a whole blank space on the right side of the screen.

      eileens but it appears off center on my phone. If I swipe left, it looks like there is a whole blank space on the right side of the screen.

      Try add this to custom.css file :

      @media only screen and (max-device-width: 480px) {section#topwrap #banner img{margin:0 auto !important;text-align: center !important;#mainwrap{overflow-x:hidden !important;}}

      Kindly ensure to clear your browser cache if changes dont reflect.

      Write a Reply...
      You need to Login to view replies.