Home Forums WoodMart support forum About the space betwee the word

About the space betwee the word

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #603585

    btools
    Participant

    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.
    #603822

    Hung Pham
    Keymaster

    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,

    #603886

    btools
    Participant

    You made a mistake, I need set the space in the vertical direction, not the horizontal direction

    #603916

    Hung Pham
    Keymaster

    Hi btools,

    Please remove previous code and add the below one:

    div.min-footer {
    	padding-block: 20px;
    }

    Regards,

Viewing 4 posts - 1 through 4 (of 4 total)