Okay
  Public Ticket #3033094
Footer Font Size and Line Spacing
Closed

Comments

  • treelady started the conversation

    Hi there. I have two questions about the footer.

    1. How do you adjust the fonts sizes for the columns 'Heading' and the text below it? In my site's footer, I'd like to make the font size of the text below the header smaller. I also want it smaller to make both header and text sizes smaller for responsive  tablet and mobile sizes. 

    2. How do you adjust the line spacing for each widget item? On my site, the last column (Legal) is using the new 'Block' format and I cannot adjust the space between each line. There is too big a space between 'Legal' and 'Privacy Policy' and also between 'Privacy Policy' and 'Terms of Use'. How do I match the spacing with the other columns (which are using the legacy widgets)?

    Thanks in advance.

  •  870
    Neuron replied

    Hi,

    1) Can you please tell me the font size you want these headings to have, so I can provide you with some CSS code to achieve it.

    2) Can you please provide me with your wp-admin, I will have a quick look to see what's going on because the huge spaces in the last column shouldn't be created automatically.

    Feel free to ask for anything you need.

    Kind Regards


  •   treelady replied privately
  •  870
    Neuron replied

    Hi,

    1) Here's the code that you should add at Appearance > Customize > Additional CSS.

    .widgettitle {
    font-size: 24px;
    }

    2) I've just fixed it, please take a look at it.

    Feel free to ask for anything you need.

    Kind Reagrds