Home Forums Pro Themes Education Hub Pro Slider text is displayed above slider pictures in Mobile View

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #38386
    Anonymous
    Inactive

    Hi guys,

    we experienced that in the mobile version of our website the slider text is shown under the slider picture.

    Could you just double-check on http://www.mti-schmidt.com ?

    How could we fix that ?

    #38438
    wensolutions
    Keymaster

    Hello @edu_horse,

    The issue in your site is due the block of CSS that you have added in your site . So please remove the CSS given below :

    .site-layout-fluid #main-slider { 
    height: 480px !important;
     }

    Now add the below given CSS in The location Admin Panel > Appearance > Customize > Additional CSS.

    @media(min-width:1024px) {
    .site-layout-fluid #main-slider{ 
    
    height: 480px !important; 
    
    }
    }

    Hope this helps.

    Best Regards!!

    #38441
    Anonymous
    Inactive

    It’S working. The title is just a little bit cutted on the bottom, but it works fpr us.

    Thanks a lot!

    #38442
    wensolutions
    Keymaster

    Hello @edu_horse,

    Glad we could help you.

    If you have any issue further please feel free to post them and we will help you .

    Best Regards!!

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