Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1468808

    HI
    I am trying to decrease the default text margin on the contact form on this page:

    .page-id-1502 .p {
    margin: 
0.25em 0!important;
    }

    but that code doesn’t work. Do I need to target the contact form instead of the page?
    Can you help me with this?
    thanks
    Nancy

    • This topic was modified 1 month, 1 week ago by Munford.
    #1468826

    Hey Munford,

    You are targeting the class p. If you want to target the element p, then remove the . in front of the p.

    Best regards,
    Rikard

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