- This topic has 3 replies, 2 voices, and was last updated 4 years, 3 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.
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
Hi,
Please share your website URL and we will check for the possible solutions.
Kind Regards
365houselights.com
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