Hi I am using the Relax theme and my footer has 3 blocks - contacts, information and newsletter. My information block size is restricted, causing “Terms & Conditions” to create a new line below. How can I edit the width of my footer block?
1 Like
@rocketsims - Can you please share this page link?
Hello @rocketsims .
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.
- Here is the solution for you @rocketsims
- Please follow these steps:
- Then find the base.css or styles.css file.
- Then add the following code at the end of the file and press ‘Save’ to save it.
@media (min-width: 768px) {
.footer-content .address {
grid-template-columns: 5fr 3fr 1fr !important;
}
}
- Here is the result you will achieve:
- Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
1 Like


