- This topic has 1 reply, 2 voices, and was last updated 5 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Featured Links, which are in a stellar location on desktop (below the Header and Slider, just before the first article), do not appear at all on mobile.
Does anyone know how to make the Featured Links appear on mobile?
Please advise.
Hi David,
At first, thank you for upgrading to the Pro version.
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