Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #57965
    selfmade503
    Participant
    Premium Member

    Hello, is there a way to remove the 4th and 5th social media buttons from the footage? The items are circled red in the attachment.

    Also, I have attached a mobile screenshot of the home page. How can I remove the space format between the words? It only displays the space between words when using mobile view.

     

    https://365houselights.com/wp-content/uploads/2021/01/IMG_9875.png

    https://365houselights.com/wp-content/uploads/2021/01/footer-scaled.jpg

    #57968
    vako
    Keymaster
    WP Royal Team

    Hi,

     

    Please share your website URL and we will check for the possible solutions.

     

    Kind Regards

    #57969
    selfmade503
    Participant
    Premium Member

    365houselights.com

     

    #57970
    vako
    Keymaster
    WP Royal Team

    Hi,

     

    Please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:

    @media screen and (max-width: 979px) {
    .post-content > p {
    text-align: left;
    }
    }
    .footer-socials a:nth-child(4) {
    display: none;
    }
    .footer-socials a:nth-child(5) {
    display: none;
    }

     

    Kind Regards

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