Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #57866
    Dr. Ash
    Participant
    Premium Member

    I have a overlapping Share button & Dark Mode button in mobile screens.  How do I correct that.

    ashleydowdy.com

    #57877
    vako
    Keymaster
    WP Royal Team

    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

    #57922
    Dr. Ash
    Participant
    Premium Member

     

    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

     

    #57934
    vako
    Keymaster
    WP Royal Team

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.