website : https://lslelegance.myshopify.com
need help with the following :
I require the following :
a) justify the text in the footer marked in the image below to be square shape and neat
website : https://lslelegance.myshopify.com
need help with the following :
I require the following :
a) justify the text in the footer marked in the image below to be square shape and neat
Hello @lslelegance
Greetings!!
Hello @lslelegance ,
Greetings!!
Please follow these steps:
footer.footer h2.footer-block__heading {
font-weight: 600;
text-transform: uppercase;
}
Output :
Hi sorry if misunderstood me but I wish the this text only to be like this as shown in the image (justified alignment )
Hello @lslelegance
Greetings!!
Please follow these steps:
@media screen and (min-width: 750px){
.footer-block__details-content {
width: 310px;
}
}
.footer-block__details-content{text-align: justify;}
@SetuBridge_1 is perfect however the homepage on the mobile version the footer is not centered and all the other pages is centered can you assist again please ?thanks so much !
Hello @lslelegance
Greetings!!!
Please follow these steps:
@media screen and (max-width: 750px){
footer.footer { text-align: center; }
footer.footer .footer-block__details-content .list-menu__item--link{
justify-content: space-around;
}
}