- This topic has 3 replies, 2 voices, and was last updated 2 years, 2 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.
I have a overlapping Share button & Dark Mode button in mobile screens. How do I correct that.
Hi Dr. Ash
Can you please describe the issue you have more detailed? Please share a direct link to the page where the issue appears and for more clarifications, screenshots will be much appreciated.
Kind Regards
If you go to ashleydowdy.com on a mobile device. It overlaps. I don’t know how to post a picture here.
https://ibb.co/QFJbwSy – image
Hi Dr. Ash
Please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:
@media screen and (max-width: 979px) {
.dark-mode-switcher {
margin-right: 20px !important;
}
}
Kind Regards