- This topic has 1 reply, 2 voices, and was last updated 5 years 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.
Hi, I created 4 featured links on the home page however they only appear on a PC but not when viewing the home page on mobile or tablet.
Hi Jennifer,
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