Site logo

Archived topic

How to remove define css

3 replies · Started by Rupam on November 29, 2018

Viewing posts 1–4 of 4

Hi,

In header section there is a css coming from style.min.css?ver=2.2.1

.header-widget{
max-width: 50%;
}

I want to remove that. I already removed it by wordpress editor and removed all cache. But my site is not updated for the same.

Can you please suggest how to do that.

Thanks and regards,
Rupam Guha

Hi there,

we don't advise making edits to any of the parent theme files. Any changes you make will be replaced when the theme is updated.

Instead of removing it just overwrite it with your own CSS in your child theme style sheet or in the Customizer > Additional CSS like so:

.header-widget {
    max-width: 100%;
}

Thank you very much David

You're welcome

This archived topic is closed to new replies.