About the space betwee the word
-
About the space betwee the word “Based on WoodMart theme 2024 WooCommerce Themes. ” and the browser bottom in the vertical direction, it is a little small, as shown in the following picture. I need to set a larger value for the space, how to do?
Attachments:
You must be
logged in to view attached files.
Hello btools,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.min-footer>div:first-child{
flex: 1 0 70%;
max-width: 70%;
}
.min-footer>div:last-child{
flex: 1 0 30%;
max-width: 30%;
}
Regards,
You made a mistake, I need set the space in the vertical direction, not the horizontal direction
Hi btools,
Please remove previous code and add the below one:
div.min-footer {
padding-block: 20px;
}
Regards,
I know it now, thank you very much
Hi btools,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
Regards,