Home Forums Pro Themes Travel Eye Pro Main Page Slider on Mobile Issues

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #56583
    Leon Tan
    Participant

    Hi Support team,

    We are having issues with the main theme slider on the front page in mobile, the font resize function doesn’t seem to work. The website is http://www.carpetsbydesign.net.au

    Thanks

    #56631
    wensolutions
    Keymaster

    Hello @leontan15,

    The display of the content is controlled within the theme . You are getting the content in bigger size as you have wrapped the content with h3 tag .

    Even if we decrease the font of the title due to your longer content all of your content will not be visible .

    So you can either only display title in your mobile view .

    For this use below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .so-widget-sow-hero-default-b48c245eee3d .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper h3 {
     display: none;
    }

    Hope this helps.

    Best Regards!!

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