Archived topic
social media position
3 replies · Started by Gonzalo on July 25, 2022
Hi there!
I insall a block element, set the Hook to generate_after_entry_header.
Work fine, but I need change height or margin here:
https://prnt.sc/OsjqSur42KEF
or, look here: https://convivenciadigital.cl/que-son-las-cuentas-de-confesiones-en-redes-sociales/
Hi Gonzalo,
You can try adding this CSS in Customize > Additional CSS:
.single.single-post .entry-content {
margin-top: 0;
}
This removes to top margin of the content for single posts.
Kindly let us know how it goes.
Perfect, thank you Fernando!
You’re welcome Gonzalo!