[Support request] Less space in footer widget paragraph

Home Forums Support [Support request] Less space in footer widget paragraph

Home Forums Support Less space in footer widget paragraph

  • This topic has 1 reply, 2 voices, and was last updated 4 years ago by David.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1241428
    Tony

    I am fairly new to web design, and I am working on a website for a friend. I have added a footer widget and when I customize it using the customizer, I added a title ‘Get in Touch’ and then for the body I added a two line address. There is too much space between the address lines, and when I look at the Chrome inspector I see there is a margin-bottom for each address line of 1.5em/25.5px. Is the best way to resolve this issue to add CSS (I’m using Simple CSS plug-in) to change the margin-bottom to 0? I added the following code:

    .footer-widgets p {
       margin-bottom: 0;
    }

    This gives me what I want, but I want to verify I am modifying the correct element.
    I am doing this on a local server, so I can’t provide a website link.

    #1241685
    David
    Staff
    Customer Support

    Hi there,

    yes thats the correct CSS selector to use for that element.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.