Best Premium and Free WordPress Themes › Forums › Construction Field Pro › Titles of slider items not displayed on mobile
- This topic has 5 replies, 2 voices, and was last updated 3 years, 7 months ago by
acmesupports.
- AuthorPosts
- June 28, 2019 at 2:50 pm #63026
Julien THERIN
ParticipantHello,
Titles of slider items are not displayed on mobile (whereas it’s correctly displayed on desktop/tablet) for my website whereas it seems to be ok on your Construction Field Pro Demo.
Is that possible to help me for that issue ?
My website : http://www.boursorama-parrainage.info
PS : On mobile, it’s also preferable to disable the border right of the icon box items from me. I don’t know if it’s a bug or not but, I think, that you should check it. Css override :
@media only screen and (max-width: 767px) { .info-icon-box-wrapper .info-icon-box { border-right:none; } }
Thank you for your help.
Best regards,
June 29, 2019 at 1:08 pm #63095acmesupports
ModeratorDear Julien,
Our developer team shall observe your issue and provide you with possible solutions.
Best Regards!July 10, 2019 at 12:21 pm #63975Julien THERIN
ParticipantHello,
Have you had time to check it ?
Thank you.
Best regards,
- This reply was modified 3 years, 7 months ago by
Julien THERIN.
July 11, 2019 at 6:29 am #64044acmesupports
ModeratorDear Julien,
Please add the following css code to make title visible in mobile devices.
Appearance > Customize > Additional CSS@media screen and (max-width:767px) .image-slider-wrapper .slider-content .image-slider-caption { display: block; }
And the CSS code written for removing border-right is correct so no need to rewrite.
Best Regards!
July 11, 2019 at 3:06 pm #64094Julien THERIN
ParticipantThank you 🙂
July 12, 2019 at 4:42 am #64144acmesupports
ModeratorDear Julien,
You are Most Welcome 🙂Best Regards!
- This reply was modified 3 years, 7 months ago by
- AuthorPosts
- You must be logged in to reply to this topic.