• Resolved leyvanguyen

    (@leyvanguyen)


    Hi,

    Just new to WordPress. I’m just starting a website for an organic shop: https://www.saigondeliboutique.com and I’d like to know if is it possible to change the height of the footer? Too big for the minimum info that I want to put it there.

    I already have tried plenty of code that I found on the net but nothing it seems to work.

    ny help would be much appreciate.
    Thanks,
    X

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there, you should add custom css plugin and then add this code in the css in Appereance -> Customize -> Additional CSS

    /* footer space */
    .site-footer {padding:10px 0}
    .site-info {padding:10px 0}
    
    /* widget footer */
    .footer-widgets {padding-top:5px}
    
    /* reduce widget title padding */
    .widget .widget-title, .widget .widgettitle {padding: 0 0 10px;}

    You can see my shop as example here https://homiepetshop.com

    Feel free to modify it as your needs

    Thread Starter leyvanguyen

    (@leyvanguyen)

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer Height’ is closed to new replies.