- This topic has 3 replies, 2 voices, and was last updated 1 year, 10 months 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.
Hi I understand that things have to shift and change when going into mobile version I just wish everything still looked the same. My featured slider loses its text and button once in mobile version. Any help would be greatly appreciated as This is the focal point of my homepage.
Hi Angelica,
At first, thank you for choosing our theme and service.
Please share your website URL and we will check for possible solutions.
Kind Regards
Thank you
Hi Angelica,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
@media screen and (max-width: 780px) {
.slider-read-more, .slider-content {
display: block !important;
}
}
Kind Regards