Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • informatix Friend
    #1036839

    How do we fix this issue – https://cl.ly/1M430C313D2E

    Saguaros Moderator
    #1037147

    Hi,

    The text is longer than the space for each title. I think you could make the title smaller a little bit.

    .acm-container-slide.slideshow-thumbs .carousel-indicators li .title strong {
      font-size: 14px;
    }

    into the file: https://www.informatix.com.au/templates/uber/local/acm/container-slideshow/css/style.css

    or change to the value which suits your need

    informatix Friend
    #1037171

    thanks that’s better.

    informatix Friend
    #1037176

    we also noticed that on an iPhone the text is clashing with the background images in the home page slideshow which is the hero 5 module. Is there any way we can fix this like switch off all the text when viewing on an iPhone – is this possible if not what else can we do . see screen shot – https://cl.ly/0i0V0a3j3i01

    On a desktop the slide show looks fine.

    Saguaros Moderator
    #1037210

    You can open this file: https://www.informatix.com.au/templates/uber/local/acm/hero/css/style.css

    Add this css rule:

    @media (max-width: 480px) {
      .acm-hero.style-light .hero-intro, .acm-hero.style-5 .hero-content .hero-heading {
      display: none;
      }
    }
Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 6 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum