• Hi,

    Two questions which I hope someone can help me with:

    1. I have through the Custom CSS Manager plugin tried to change the font-size on my webpage, but I cannot get it to work. The space around the text just increases instead. What I am doing wrong?

    2. I would like to shrink the space above and below (the padding?) some of the text. Does anyone know how I can shrink this area?

    My webpage is: https://www.camillaochandreas.com

    Regards, Camilla

Viewing 1 replies (of 1 total)
  • You did not specify exactly which text you needed changed. On your home page you have several ‘paragraphs’ of text, each of which is wrapped in an ‘address’ tag with a rather large bottom margin.

    You can change the bottom margin by adding this to the end of your style.css:

    address {
        margin: 0 0 0.3em;
    }

    You should also be able to use the Custom CSS Manager to make that change.

Viewing 1 replies (of 1 total)
  • The topic ‘Change font-size and shrink space around text’ is closed to new replies.