• Hello,

    I’m fairly new to this but willing to put in the work to understand so i hoped someone might help me out a bit with what’s going on here.

    I’m setting up a page using Customizr as the theme and it’s going well. Until I come to the mobile version that is. I’ve included a link to a photo of the page on mobile.

    The logo is 300dpi image – so it shouldn’t really be graining
    The Slider bar is out of touch with the text box
    What’s going on with the tag line?

    Suggestions/ reading material welcome

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hmm. Yes, you get that effect when there’s too much text. The slider is really built for sound ites such as:
    “Learning English?
    Find a private tutor”
    Or
    “Improve your career
    Learn English with Elite”

    Longer text can then be put in the featured page text.

    Thread Starter mm3kix

    (@mm3kix)

    Ok, great.

    Thanks for the advice. I’ll definitely change that.

    Any thoughts on the tag line issue?

    Everything else is “as designed”.

    You can eliminate the tagline in CSS if you want:

    @media (max-width: 767px) {
      /* remove site description on tablets and mobiles */
      h2.site-description {
        display: none;
        }
    }

    Thread Starter mm3kix

    (@mm3kix)

    You sir, are a legend. Thanks so much for the quick responses.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Customizr mobile appearance’ is closed to new replies.