- This topic has 3 replies, 2 voices, and was last updated 9 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Education Hub Pro › Slider text is displayed above slider pictures in Mobile View
Tagged: Slider Text under Slider Picture
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 ?
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!!
It’S working. The title is just a little bit cutted on the bottom, but it works fpr us.
Thanks a lot!
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!!
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



