Homepage banner-title not responsive - Acme Themes

Best Premium and Free WordPress Themes Forums Corporate Plus Homepage banner-title not responsive

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #76842
    AdjuaP
    Participant

    The homepage banner-title doesn’t seem to be responsive. With a one word title (“Consultancy”) the theme always breaks the word on a mobile site (such as Pixel 3a) rather than make the text smaller. I think it relates to lead banner-title but can’t see how to change this behaviour.

    #76870
    acmethemes
    Keymaster

    Dear AdjuaP,
    If you can provide us your site URL, we will observe and can provide you with possible solutions.

    Best Regards!

    #76945
    AdjuaP
    Participant

    Hi there – the link is http://www.new.it-howzat.co.uk
    thanks

    #77374
    acmethemes
    Keymaster

    Dear AdjuaP,
    There are no such options available in our theme to reduce banner title font size. However you can reduce by manually for that please add the additional CSS below:

    @media only screen and (max-width: 767px) {
        .home-bxslider .lead {
            font-size: 35px;
        }
    }

    Note: ” 35px” adjust value as per your requirement.

    Best Regards!

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