Activity

  • Anve S. replied to the question Remove Space for Page Title in the forum OneSocial theme 8 years ago

    Hi @angelxie,

    You can use the following css code , place in child theme custom css .

    .page-id-60 .site {
    padding-top: 0;
    }

    Note : You can inspect the class on ‘body’ element . And can replace ‘page-id-60’ with the corresponding class on body.
    Hope it helps.

    Regards
    Anve