Site logo

Archived topic

WP Block(head) editor paragraph margin and line height

2 replies · Started by mikeb82 on August 24, 2019

Viewing posts 1–3 of 3

I'm trying to set the paragraph bottom margin and line height on a product page. I added the following code to the child theme style.css. It seems to have no effect. (Yes, I have purged the cache.)

 p {
   line-height: 1.3 !important;
   margin-bottom: 1em !important;
}

Thanks for your help.

Never mind, I just reset the line height and paragraph margins in Customize. Apparently, the child theme style.css doesn't override customize.

Hi there,

The CSS in style.css should overwrite the customizer setting.

Let me know if you need another look :)

This archived topic is closed to new replies.