• mdavidm_531

    (@mdavidm_531)


    Hi guys,

    Kindly check out my website https://www.davemontemayor.com

    I’d like to reduce the white space in between Facebook Comments Plugin and “One thought on..”

    I try to inspect the element and it says:

    .separate-containers .widget, .separate-containers .hentry, .separate-containers .page-header, .widget-area .main-navigation {
    margin-bottom: 20px;
    }

    How do I remedy this?

    I am trying to look for it on style.css I found it bout when I try to adjust the “20px” part it doesn’t seem to respond.

    Hope anyone could help.

    Thanks,
    Dave

Viewing 3 replies - 1 through 3 (of 3 total)
  • MarkRH

    (@markrh)

    There’s a couple things:

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

    Another item you could try is:

    .hentry {
    	margin-bottom: 0px !important;
    }

    Add that to the bottom of your theme’s style.css and it should override whatever is there.

    Hope that helps,
    Mark H.

    Thread Starter mdavidm_531

    (@mdavidm_531)

    Hi Mark,

    Thanks for the prompt reply:

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

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

    I wrote this on my GeneratePress Child Theme style.css sheet. It doesn’t work. Is there anything I am doing wrong?

    Thanks buddy.

    Dave

    MarkRH

    (@markrh)

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