- This topic has 3 replies, 2 voices, and was last updated 2 years, 8 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 guys,
I have set up 4 featured links on my website pointing to different pages.
They appear on my laptop/PC/Tablet without any problems, but they do not appear on smartphone.
Would you have a CSS snippet for that?
Many thanks!
Hi Emilie,
Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
@media screen and (max-width: 768px) {
#featured-links {
display: block !important;
}
.featured-link {
width: 100% !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}
}
Kind Regards
Thank you so much Vako. It works perfectly.
You are welcome. Feel free to contact us anytime.
Kind Regards