Site logo

Archived topic

Padding in header

5 replies · Started by Ashin on May 15, 2020

Viewing posts 1–6 of 6

Hello,

I am trying to remove some of the padding above and below my header, and I’m able to see my edits in the GP customizer area. But when I open my site in a browser, I still see the extra padding (cleared cache, tried multiple browsers). I have put 0 padding, but as you can see, there is around 20 padding at top and bottom. I had imported all these settings from an another site.

Also, I had WP Rocket installed, but currently, it's not activated. Every change except this padding gets implemented on the live site as well as the customizer area.

Hi there,

can you make sure that the changes you make in Customizer are Published and NOT saved as draft

It's published. The issue is not with that, I can assure you.

You have a child theme that includes:

@import url("../generatepress/style.css");

Which is importing the GP stylesheet a second time.
Remove that rule.

I had temporarily 'solved' the issue by not having a child theme. But right now, I am compelled to have a child theme. So how do I remove this second importing of GP stylesheet?

This archived topic is closed to new replies.