• mdavidm_531

    (@mdavidm_531)


    Check this out:

    https://davemontemayor.com/quantifying-the-unquantifiable/

    I am trying to reduce the space between the Facebook comment section and the website post section.

    So I inputted the following code on my child theme style.css

    .comments-area {
    padding-top: 0px !important;
    }

    .inside-article {
    padding-bottom: 0px !imporant;
    }

    How come it is not working? ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • bdbrown

    (@bdbrown)

    Hi mdavidm_531. This is what’s in your child theme style.css:

    .separate-containers .comments-area {
    	  padding-top: 0px !important;
    }
    
    .separate-containers .inside-article {
    padding-bottom: 0px !important;
    }

    They both appear to be active. What’s not working?

    Theme Author Tom

    (@edge22)

    Hi there,

    Are you still needing help with this? ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to reduce space between FB plugin and "one though on"’ is closed to new replies.